5 lines
81 B
SCSS
5 lines
81 B
SCSS
.#{$theme} {
|
|
background: $root-background;
|
|
color: $on-root-background;
|
|
}
|