diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-25 17:32:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-25 17:32:52 +0000 |
commit | 4f4720c7bc4d0e039b21e7eed848eaf431521ed1 (patch) | |
tree | 73eeb81f8d886e7fdcb1e49bfe5e5259a48d2b6f /web | |
parent | 9a6a5aeca669b7c10e6e2299d7216379543c2e15 (diff) |
Fix Zurich blue.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/_colours.scss | 10 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss index f3d143914..73fb36577 100644 --- a/web/cobrands/zurich/_colours.scss +++ b/web/cobrands/zurich/_colours.scss @@ -1,14 +1,14 @@ /* COLOURS */ -$dark_blue: rgb(50, 80, 165); -$lighter_blue: rgb(57, 94, 147); +$dark_blue: rgb(0, 79, 167); +$zurich_blue: rgb(0, 81, 169); -$primary: $lighter_blue; +$primary: $zurich_blue; $primary_b: $dark_blue; $primary_text: #fff; -$col_click_map: $lighter_blue; -$col_click_map_dark: darken($lighter_blue, 20%); +$col_click_map: $zurich_blue; +$col_click_map_dark: darken($zurich_blue, 20%); $col_fixed_label: #648721; $col_fixed_label_dark: #4B8304; diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 5d0c39688..cc15d1fe3 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -145,7 +145,7 @@ body.mappage { } } span { - background-color: #0056A4; + background-color: $zurich_blue; } } } |