diff options
Diffstat (limited to 'superhero')
-rw-r--r-- | superhero/variables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/superhero/variables.less b/superhero/variables.less index d68ad752..c164f694 100644 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -8,9 +8,9 @@ //## 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: lighten(#000, 33.5%); // #555 +@gray-darker: lighten(@gray-base, 13.5%); // #222 +@gray-dark: lighten(@gray-base, 20%); // #333 +@gray: lighten(@gray-base, 33.5%); // #555 @gray-light: #4E5D6C; // #999 @gray-lighter: #EBEBEB; // #eee |