diff --git a/_includes/head.html b/_includes/head.html
index 87bc93d..7e21c59 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -8,6 +8,6 @@
-
+
diff --git a/css/style.scss b/css/site.scss
similarity index 98%
rename from css/style.scss
rename to css/site.scss
index b68385a..388c997 100644
--- a/css/style.scss
+++ b/css/site.scss
@@ -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;