hugo-theme-zzo/assets/sass/pages/_body.scss

11 lines
225 B
SCSS
Raw Normal View History

2019-11-04 13:09:44 +00:00
#body {
position: relative;
2019-11-04 13:09:44 +00:00
@include themify($themes) {
color: themed('body-color');
background-color: themed('backdrop-background-color');
hr {
border-color: themed('hr-color');
}
}
}