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

17 lines
287 B
SCSS
Raw Normal View History

#container {
position: relative;
@include flexbox();
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');
}
}
2019-11-04 13:09:44 +00:00
}
2019-11-17 16:44:04 +00:00
html {
overflow-x: hidden;
}