2019-11-04 13:09:44 +00:00
|
|
|
#body {
|
2019-11-09 19:52:09 +00:00
|
|
|
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;
|
|
|
|
}
|