aboutsummaryrefslogtreecommitdiff
path: root/lib/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/variables.less')
-rw-r--r--lib/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/variables.less b/lib/variables.less
index 34000d066..dcb0a8ebf 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -9,10 +9,10 @@
// Grays
@black: #000;
-@grayDark: lighten(@black, 25%);
-@gray: lighten(@black, 50%);
-@grayLight: lighten(@black, 75%);
-@grayLighter: lighten(@black, 90%);
+@grayDark: #333;
+@gray: #555;
+@grayLight: #777;
+@grayLighter: #ccc;
@white: #fff;
// Accent Colors