Fix theme import for prefers-dark
This commit is contained in:
parent
58eaf53694
commit
c8238c1749
|
@ -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);
|
Loading…
Reference in New Issue
Block a user