mirror of
https://github.com/picocss/pico.git
synced 2025-06-15 10:44:53 -04:00
parent
7ea1f94316
commit
f8a9293942
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
// Dark color scheme (Auto)
|
// Dark color scheme (Auto)
|
||||||
// Automatically enabled if user has Dark mode enabled
|
// Automatically enabled if user has Dark mode enabled
|
||||||
@media only screen and (prefers-color-scheme: dark) {
|
@media only screen and (prefers-color-scheme: dark) {
|
||||||
:root:not([data-theme="light"]) {
|
:root:not([data-theme]) {
|
||||||
@include dark.theme;
|
@include dark.theme;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue