summaryrefslogtreecommitdiff
path: root/res/css/modules/colors.scss
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-01 00:44:10 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-01 00:44:10 +0200
commitf92ea38fff179613edb543b6435750c0ed64e573 (patch)
treec8f27e48fc12cd6442878fb91f79864f50d6094f /res/css/modules/colors.scss
parentb12f2c868cb71d6b23158ef86f5b16977df941a9 (diff)
fixed sass variable colors and polished top bar css
Diffstat (limited to 'res/css/modules/colors.scss')
-rw-r--r--res/css/modules/colors.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss
index 705cf9f7..bfefa5a5 100644
--- a/res/css/modules/colors.scss
+++ b/res/css/modules/colors.scss
@@ -1,9 +1,9 @@
-//$light-grey: #f5f5fa;
-//$mid-grey: #919095;
-//
$dark-grey: #363636;
-//$magenta: #ee3654;

-//$cyan: #33c2e0;
-//
$blue: #004681;
-//
$purple: #8b3ab0;
-//
$orange: #ff8b11;
-//
$yellow: #fad900; \ No newline at end of file
+$light-grey: #f5f5fa;
+$mid-grey: #919095;
+$dark-grey: #363636;
+$magenta: #ee3654;
+$cyan: #33c2e0;
+$blue: #004681;
+$purple: #8b3ab0;
+$orange: #ff8b11;
+$yellow: #fad900; \ No newline at end of file