mirror of
https://github.com/picocss/pico
synced 2025-08-11 20:06:25 +00:00
parent
7ea1f94316
commit
f8a9293942
@ -19,7 +19,7 @@
|
||||
// Dark color scheme (Auto)
|
||||
// Automatically enabled if user has Dark mode enabled
|
||||
@media only screen and (prefers-color-scheme: dark) {
|
||||
:root:not([data-theme="light"]) {
|
||||
:root:not([data-theme]) {
|
||||
@include dark.theme;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user