diff options
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplex/variables.less b/simplex/variables.less index 079ec09c..0fd0dc66 100644 --- a/simplex/variables.less +++ b/simplex/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: #444; @gray: #777; @gray-light: #808080; |