10 lines
203 B
SCSS
10 lines
203 B
SCSS
|
#body {
|
||
|
@include themify($themes) {
|
||
|
color: themed('body-color');
|
||
|
background-color: themed('backdrop-background-color');
|
||
|
hr {
|
||
|
border-color: themed('hr-color');
|
||
|
}
|
||
|
}
|
||
|
}
|