From 1f6d907a7bd287ae9b243648634901c192452a1d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Aug 2017 18:06:50 -0400 Subject: White background, blue outer space. --- partials/_base.scss | 3 ++- style.scss | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/partials/_base.scss b/partials/_base.scss index dce9d4a..c5a1ca0 100644 --- a/partials/_base.scss +++ b/partials/_base.scss @@ -1 +1,2 @@ -$spot_primary_color: #3d6a8d; +$background_color: #fff; +$spot_primary_color: #68a1d4; diff --git a/style.scss b/style.scss index ff53606..6f76956 100644 --- a/style.scss +++ b/style.scss @@ -25,7 +25,7 @@ max-width: 45em; margin: 0 auto; padding: .5em 2em; - background-color: lightgrey; + background-color: $background_color; } // layout - main content @@ -104,7 +104,7 @@ // // Grey underlay, Helvetica text body { - background-color: grey; + background-color: $spot_primary_color; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; } -- cgit v1.2.3