Skip to content

Commit 76f07cf

Browse files
committed
Undo change to the dark color theme
The old one, which is slightly less dark, looked better...
1 parent e8143e5 commit 76f07cf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,20 @@ header.md-header .md-flex__cell a.md-header-nav__button .md-icon {
1919
.md-typeset td code {
2020
word-break: normal;
2121
}
22+
23+
24+
@media screen {
25+
[data-md-color-scheme="slate"] {
26+
--md-hue: 232deg;
27+
28+
--md-default-fg-color: hsla(var(--md-hue), 75%, 95%, 1);
29+
--md-default-fg-color--light: hsla(var(--md-hue), 75%, 90%, 0.62);
30+
--md-default-fg-color--lighter: hsla(var(--md-hue), 75%, 90%, 0.32);
31+
--md-default-fg-color--lightest: hsla(var(--md-hue), 75%, 90%, 0.12);
32+
33+
--md-default-bg-color: hsla(var(--md-hue), 15%, 21%, 1);
34+
--md-default-bg-color--light: hsla(var(--md-hue), 15%, 21%, 0.54);
35+
--md-default-bg-color--lighter: hsla(var(--md-hue), 15%, 21%, 0.26);
36+
--md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 21%, 0.07);
37+
}
38+
}

0 commit comments

Comments
 (0)