Skip to content

Commit

Permalink
Merge pull request #92 from ivonasto/main
Browse files Browse the repository at this point in the history
Update gradle.css : darken headers & links in light mode
  • Loading branch information
oleg-nenashev authored Oct 1, 2024
2 parents 69d1ab1 + 3892eaf commit 6e2bb38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/assets/css/gradle.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.md-content {
--md-typeset-a-color: var(--gradle-blue-lite);
--md-typeset-a-color: var(--gradle-blue);
}

/*
Expand All @@ -39,19 +39,19 @@
}

.md-typeset h1 {
color: var(--gradle-blue);
color: var(--gradle-dark);
}

h2 {
color: var(--gradle-blue);
color: var(--gradle-dark);
}

h3 {
color: var(--gradle-blue);
color: var(--gradle-dark);
}

h4 {
color: var(--gradle-blue);
color: var(--gradle-dark);
}

.youtube-video {
Expand Down

0 comments on commit 6e2bb38

Please sign in to comment.