Fix theme import for prefers-dark

main
Noah Petherbridge 2024-04-01 17:59:57 -07:00
parent 58eaf53694
commit c8238c1749
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
/* Custom nonshy color overrides for Bulma's dark theme
(prefers-dark edition) */
@media (prefers-color-scheme: dark) {
@import url("dark-theme.css");
}
@import url("dark-theme.css") screen and (prefers-color-scheme: dark);