aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2017-01-19 12:46:08 +0000
committerGareth Rees <gareth@garethrees.co.uk>2017-01-19 12:46:08 +0000
commit366e560f00cb8d024304a39fca0f6e2ce73f3a28 (patch)
treef245796ae0535a0ffba43d421f5dfe2d529b58b0
parent13e0231ccafa2a5d40283d6afe93af6208aca736 (diff)
Add extra default colours
-rw-r--r--assets/stylesheets/responsive/_settings.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/_settings.scss b/assets/stylesheets/responsive/_settings.scss
index 466c902..015aece 100644
--- a/assets/stylesheets/responsive/_settings.scss
+++ b/assets/stylesheets/responsive/_settings.scss
@@ -19,6 +19,10 @@ $color_red: #e04b4b;
$color_violet: #a94ca6;
$color_purple: #5c377f;
$color_white: #ffffff;
+$color_off_white: #f3f1eb;
+$color_light_grey: #e2dfd9;
+$color_mid_grey: #959287;
+$color_dark_grey: #6c6b68;
$color_neutral_light: $color_sand;
$color_neutral_dark: $color_black;