StarfallBot/web/static/scss/starfall/_site-backgrounds.scss

13 lines
266 B
SCSS

@mixin site-backgrounds(){
background: var(--site-background);
background-repeat: no-repeat;
background-attachment: fixed;
&>header {
background: var(--nav-background);
}
&>footer {
background: var(--nav-background);
}
}