1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fixed @gray-base value being once space short

This commit is contained in:
Thomas Coleman 2014-06-25 16:09:57 +01:00
parent 41f27fd813
commit fdacff2297

View file

@ -7,7 +7,7 @@
//
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
@gray-base: #000;
@gray-darker: lighten(@gray-base, 13.5%); // #222
@gray-dark: lighten(@gray-base, 20%); // #333
@gray: lighten(@gray-base, 33.5%); // #555