summaryrefslogtreecommitdiff
path: root/darkly
diff options
context:
space:
mode:
Diffstat (limited to 'darkly')
-rw-r--r--darkly/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/darkly/variables.less b/darkly/variables.less
index 6967cd8a..dc0d0801 100644
--- a/darkly/variables.less
+++ b/darkly/variables.less
@@ -8,7 +8,7 @@
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
-@gray-darker: lighten(#000, 13.5%); // #222
+@gray-darker: lighten(@gray-base, 13.5%); // #222
@gray-dark: #303030; // #333
@gray: #464545;
@gray-light: #999; // #999