mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-25 18:31:07 +00:00
10 lines
114 B
SCSS
10 lines
114 B
SCSS
:root {
|
|
@include theme-light;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
@include theme-dark;
|
|
}
|
|
}
|