aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
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;