diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |