aboutsummaryrefslogtreecommitdiff
path: root/lib/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/variables.less')
-rw-r--r--lib/variables.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/variables.less b/lib/variables.less
index caa9c0f60..03f1028f8 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -6,7 +6,7 @@
// LINK COLORS
// -----------
-@linkColor: #0069d6;
+@linkColor: #08c;
@linkColorHover: darken(@linkColor, 15);
@@ -14,10 +14,10 @@
// -----
@black: #000;
-@grayDark: lighten(@black, 25%);
-@gray: lighten(@black, 50%);
-@grayLight: lighten(@black, 75%);
-@grayLighter: lighten(@black, 90%);
+@grayDark: #333;
+@gray: #555;
+@grayLight: #999;
+@grayLighter: #eee;
@white: #fff;