diff options
Diffstat (limited to 'cosmo/variables.less')
-rw-r--r-- | cosmo/variables.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cosmo/variables.less b/cosmo/variables.less index 0411968c..4c2ac524 100644 --- a/cosmo/variables.less +++ b/cosmo/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: lighten(#000, 33.5%); // #555 -@gray-light: lighten(#000, 60%); // #999 -@gray-lighter: lighten(#000, 90%); // #eee +@gray-darker: lighten(@gray-base, 13.5%); // #222 +@gray-dark: lighten(@gray-base, 20%); // #333 +@gray: lighten(@gray-base, 33.5%); // #555 +@gray-light: lighten(@gray-base, 60%); // #999 +@gray-lighter: lighten(@gray-base, 90%); // #eee @brand-primary: #2780E3; @brand-success: #3FB618; |