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

14 lines
256 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');
}
}
}
2019-11-17 16:44:04 +00:00
html {
overflow-x: hidden;
}