summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--partials/_base.scss3
-rw-r--r--style.scss4
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;
}