Skip to content

Commit

Permalink
Update gradle.css : darken headers & links in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ivonasto authored Oct 1, 2024
1 parent 69d1ab1 commit 3892eaf
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 3892eaf

Please sign in to comment.