diff options
author | Jonas Oberg <jonas@morus.se> | 2012-11-14 13:35:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-11 16:36:19 +0000 |
commit | 75bfaef1661fa6a0db794f8e1d4b851718065d6c (patch) | |
tree | d55ce42d71244f301070945b3b3c60dfa3210e65 /web | |
parent | af42d66a9faaae2d027729170bbd9e3fed8a07ff (diff) |
Updated colours to match css
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixamingata/_colours.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/fixamingata/_colours.scss b/web/cobrands/fixamingata/_colours.scss index 4d8dd9ae2..31615c012 100644 --- a/web/cobrands/fixamingata/_colours.scss +++ b/web/cobrands/fixamingata/_colours.scss @@ -1,7 +1,7 @@ /* COLOURS */ -$primary: #FFD000; -$primary_b: #F3B11E; +$primary: #00b1da; +$primary_b: #0087a6; $primary_text: #222; $col_click_map: #00BD08; |