fix dark mode on the index page
This commit is contained in:
parent
1b6a9956c5
commit
c12221dd9c
1 changed files with 4 additions and 0 deletions
|
@ -8,8 +8,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
--background: hsl(70,100%,8%);
|
--background: hsl(70,100%,8%);
|
||||||
|
--default-background: black;
|
||||||
--color: white;
|
--color: white;
|
||||||
|
--button-bg: #333;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in a new issue