wiki/themes/hugo-book/assets/themes/_auto.scss

10 lines
114 B
SCSS

:root {
@include theme-light;
}
@media (prefers-color-scheme: dark) {
:root {
@include theme-dark;
}
}