summaryrefslogtreecommitdiff
path: root/journal
diff options
context:
space:
mode:
Diffstat (limited to 'journal')
-rw-r--r--journal/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/journal/variables.less b/journal/variables.less
index 02025f9c..09fb8160 100644
--- a/journal/variables.less
+++ b/journal/variables.less
@@ -8,11 +8,11 @@
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
-@gray-darker: lighten(#000, 13.5%); // #222
-@gray-dark: lighten(#000, 20%); // #333
+@gray-darker: lighten(@gray-base, 13.5%); // #222
+@gray-dark: lighten(@gray-base, 20%); // #333
@gray: #777; // #555
-@gray-light: lighten(#000, 60%); // #999
-@gray-lighter: lighten(#000, 93.5%); // #eee
+@gray-light: lighten(@gray-base, 60%); // #999
+@gray-lighter: lighten(@gray-base, 93.5%); // #eee
@brand-primary: #EB6864;
@brand-success: #22B24C;