diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-20 11:48:24 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-08-20 11:52:06 +0100 |
commit | d775e19301233d40332e1212906b6cce1a03f14d (patch) | |
tree | cccab2fe46ecf469d2ef8eea0e44d5fc1cce7730 /assets/stylesheets/responsive/custom.scss | |
parent | d5e0d10201676cd1aaae247d556c6186218e8ec9 (diff) |
swap secondary colour to orange
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
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; |