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

17 lines
287 B
SCSS

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