From c75556683c34a80df5f342d1fde6314983303ba4 Mon Sep 17 00:00:00 2001 From: Jonathan James Date: Wed, 30 Oct 2013 22:37:06 -0600 Subject: [PATCH] update global colors add lightGreen update @red to match semantic-ui asthetics --- src/global.variables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/global.variables b/src/global.variables index 2b93a6919..adb1ad89f 100755 --- a/src/global.variables +++ b/src/global.variables @@ -41,10 +41,11 @@ @blue : #6ECFF5; @gold : #FFCB08; @green : #5BBD72; +@lightGreen : #A1CF64; @orange : #E96633; @pink : #D9499A; @purple : #564F8A; -@red : #F00000; +@red : #D95C5C; @teal : #00B5AD; @white : #FFFFFF; @yellow : #F6F3D5;