This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
wiki/themes/hugo-book/assets/themes/_auto.scss

10 lines
114 B
SCSS
Raw Normal View History

2022-03-31 16:29:00 +00:00
:root {
@include theme-light;
}
@media (prefers-color-scheme: dark) {
:root {
@include theme-dark;
}
}