diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 420e9c2..45ca754 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,3 @@ -@import "light.css" screen; +@import "dark.css" screen; -@import "dark.css" screen and (prefers-color-scheme: dark); +/*@import "dark.css" screen and (prefers-color-scheme: dark);*/ |
