mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +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;
|
|
}
|
|
}
|