Skip to content

Commit c7e03ae

Browse files
Merge pull request #11 from GradleUp/dark-mode-polish
Change header and URL links in the dark mode
2 parents cfa9249 + 041afe5 commit c7e03ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/css/theme.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ h2, h3, h4 {
2929
color: var(--theme-main);
3030
font-weight: bold;
3131
}
32+
33+
/* Dark Mode */
34+
[data-md-color-scheme="slate"] {
35+
--md-hue: 210;
36+
--theme-main: #f8f8f8;
37+
--theme-main-lite: rgb(138, 151, 206);
38+
}
39+
40+
[data-md-color-scheme="default"] {
41+
--md-footer-bg-color--dark: black;
42+
}

0 commit comments

Comments
 (0)