summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss4
1 files changed, 2 insertions, 2 deletions
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;
}