maybe a rename will fix it

This commit is contained in:
2019-05-04 21:30:18 -07:00
committed by Andrew Cassidy
parent a887860f0a
commit a6e986a960
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,6 @@ $mobile-width: {{ site.mobile-width }};
.blue {
fill: $blue;
SYNTAX ERROR
background-color: $blue;
}
@ -67,7 +65,7 @@ html {
}
body {
background-color: $magenta;
background-color: $background;
font-size: $body-size;
font-family: $body-font;
color: $body-text;