From e93d79c4039838d669cc67cc1f71b5ea3be4639a Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 4 May 2019 21:30:18 -0700 Subject: [PATCH] maybe a rename will fix it --- _includes/head.html | 2 +- css/{style.scss => site.scss} | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) rename css/{style.scss => site.scss} (98%) 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;