body bg mixing instead of a variable

This commit is contained in:
nixa 2016-05-18 13:08:55 +03:00
parent 563c03f7d1
commit de84c1f885
4 changed files with 13 additions and 1 deletions

View file

@ -15,7 +15,7 @@ html, body {
main {
font: 14px/16px $font-family;
color: $default-text;
background-color: $body-bg;
@include body-bg();
&.blur-theme {
@include main-background();
}