diff options
| author | Bastien <[email protected]> | 2014-12-12 11:07:16 +0100 |
|---|---|---|
| committer | Bastien <[email protected]> | 2014-12-12 11:07:16 +0100 |
| commit | bc36e312800e72f1f76515fac8977602b66f012a (patch) | |
| tree | 0da2b07aafc8eab1121b3cdda8bfc0fcfe8131a5 /less/variables.less | |
| parent | 5b8ba0cb4dc68deee9ad5bb2dbbdc2718c14ea67 (diff) | |
| download | bootstrap-bc36e312800e72f1f76515fac8977602b66f012a.tar.xz bootstrap-bc36e312800e72f1f76515fac8977602b66f012a.zip | |
Add new brand-primary color in the doc and the true color in comment
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index b13be9d44..59747d536 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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; |
