aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2014-08-06 12:45:56 +0100
committerDave Whiteland <dave@mysociety.org>2014-08-06 12:45:56 +0100
commitb3ed4eef62e980e913bec391738152b8220714ce (patch)
tree88825fb20b21091d780f89cbd305beda6cc40dbf /web
parentf2f526db86cbda996fb22a54ea79afb697463a1a (diff)
update CSS to match new MakeMyIsland colours
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/makemyisland/_colours.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/cobrands/makemyisland/_colours.scss b/web/cobrands/makemyisland/_colours.scss
index 8a9c61f27..56816bb77 100644
--- a/web/cobrands/makemyisland/_colours.scss
+++ b/web/cobrands/makemyisland/_colours.scss
@@ -1,7 +1,11 @@
/* COLOURS */
-$blue: #00909b;
-$green: rgb(178,231,221);
+
+// colours specified by MakeMyIsland team
+// from http://www.w3schools.com/cssref/css_colorsfull.asp
+
+$blue: #4169E1; // "RoyalBlue"
+$green: #40E0D0; // "Turquoise"
$primary: $green;
$primary_b: #000000;