Skip to content

Commit

Permalink
Merge pull request #11 from GradleUp/dark-mode-polish
Browse files Browse the repository at this point in the history
Change header and URL links in the dark mode
  • Loading branch information
oleg-nenashev authored Aug 7, 2024
2 parents cfa9249 + 041afe5 commit c7e03ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ h2, h3, h4 {
color: var(--theme-main);
font-weight: bold;
}

/* Dark Mode */
[data-md-color-scheme="slate"] {
--md-hue: 210;
--theme-main: #f8f8f8;
--theme-main-lite: rgb(138, 151, 206);
}

[data-md-color-scheme="default"] {
--md-footer-bg-color--dark: black;
}

0 comments on commit c7e03ae

Please sign in to comment.