aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorBastien <[email protected]>2014-12-12 11:07:16 +0100
committerBastien <[email protected]>2014-12-12 11:07:16 +0100
commitbc36e312800e72f1f76515fac8977602b66f012a (patch)
tree0da2b07aafc8eab1121b3cdda8bfc0fcfe8131a5 /docs/_includes/css
parent5b8ba0cb4dc68deee9ad5bb2dbbdc2718c14ea67 (diff)
downloadbootstrap-bc36e312800e72f1f76515fac8977602b66f012a.tar.xz
bootstrap-bc36e312800e72f1f76515fac8977602b66f012a.zip
Add new brand-primary color in the doc and the true color in comment
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/less.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html
index 71cae072c..a75028651 100644
--- a/docs/_includes/css/less.html
+++ b/docs/_includes/css/less.html
@@ -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;