fix dark mode on the index page

This commit is contained in:
Christian Lawson-Perfect 2025-02-22 08:54:53 +00:00
parent 1b6a9956c5
commit c12221dd9c

View file

@ -8,8 +8,12 @@
}
@media (prefers-color-scheme: dark) {
body {
--background: hsl(70,100%,8%);
--default-background: black;
--color: white;
--button-bg: #333;
}
}
* {