diff options
Diffstat (limited to 'united')
-rw-r--r-- | united/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/united/variables.less b/united/variables.less index 2936e1ba..7d9fca9b 100644 --- a/united/variables.less +++ b/united/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-darker: lighten(@gray-base, 13.5%); // #222 @gray-dark: #333; // #333 @gray: #777; // #555 @gray-light: #AEA79F; // #999 -@gray-lighter: lighten(#000, 93.5%); // #eee +@gray-lighter: lighten(@gray-base, 93.5%); // #eee @brand-primary: #DD4814; @brand-success: #38B44A; |