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

Add new brand-primary color in the doc and the true color in comment

This commit is contained in:
Bastien 2014-12-12 11:07:16 +01:00
parent 5b8ba0cb4d
commit bc36e31280
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
</div>
</div>
{% highlight scss %}
@brand-primary: #428bca;
@brand-primary: darken(#428bca, 6.5%); // #337ab7
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;

View file

@ -14,7 +14,7 @@
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
@brand-primary: darken(#428bca, 6.5%);
@brand-primary: darken(#428bca, 6.5%); // #337ab7
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;