home/assets/themes/_auto.scss

10 lines
114 B
SCSS
Raw Permalink Normal View History

2024-11-10 00:33:32 +00:00
:root {
@include theme-light;
}
@media (prefers-color-scheme: dark) {
:root {
@include theme-dark;
}
}