mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
parent
7ea1f94316
commit
f8a9293942
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue