From e1dc0074c9b93d076a5d73fa3e4f0d9eb2483534 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 3 Jan 2018 16:52:40 +0000
Subject: [PATCH] adding dark and light blue colour hexes

---
 opentech/static_src/src/sass/abstracts/_variables.scss | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/opentech/static_src/src/sass/abstracts/_variables.scss b/opentech/static_src/src/sass/abstracts/_variables.scss
index a8f2537c5..f24fa763e 100755
--- a/opentech/static_src/src/sass/abstracts/_variables.scss
+++ b/opentech/static_src/src/sass/abstracts/_variables.scss
@@ -1,11 +1,12 @@
-$color--primary: #6a737c;
-$color--secondary: #eaeaea;
-$color--tertiary: #f9f9f9;
-
 $color--white: #fff;
 $color--black: #141414;
+$color--light-blue: #43bbf1;
+$color--dark-blue: #25aae1;
 
 $color--default: $color--black;
+$color--primary: $color--light-blue;
+$color--secondary: #eaeaea;
+$color--tertiary: #f9f9f9;
 
 // Button colours
 $button-colours: (
-- 
GitLab