4 lines
113 B
SCSS
4 lines
113 B
SCSS
|
body {
|
||
|
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
||
|
}
|