aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/responsive/custom.scss
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-20 11:48:24 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-20 11:52:06 +0100
commitd775e19301233d40332e1212906b6cce1a03f14d (patch)
treecccab2fe46ecf469d2ef8eea0e44d5fc1cce7730 /assets/stylesheets/responsive/custom.scss
parentd5e0d10201676cd1aaae247d556c6186218e8ec9 (diff)
swap secondary colour to orange
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r--assets/stylesheets/responsive/custom.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 3f6aa7d..964663f 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -12,7 +12,7 @@ $color_white: #ffffff;
$color_neutral_light: $color_sand;
$color_neutral_dark: $color_slate;
$color_primary: $color_violet;
-$color_secondary: $color_green;
+$color_secondary: $color_orange;
$body-bg: $color_neutral_light;