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

14 lines
256 B
SCSS

#body {
position: relative;
@include themify($themes) {
color: themed('body-color');
background-color: themed('backdrop-background-color');
hr {
border-color: themed('hr-color');
}
}
}
html {
overflow-x: hidden;
}