aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/less.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-14 16:28:53 -0800
committerMark Otto <[email protected]>2014-12-14 16:28:53 -0800
commitb7be72c86c9b8b0289438f5e97a2263ecdb1344c (patch)
tree2e9ab123c36c652175ca287a7f53b442224d7a20 /docs/_includes/css/less.html
parentc187f77e65d177c3a0e662b99d5bff63ee47b3db (diff)
parentc8855a7ad120b37fd9a25125f90093478656362f (diff)
downloadbootstrap-b7be72c86c9b8b0289438f5e97a2263ecdb1344c.tar.xz
bootstrap-b7be72c86c9b8b0289438f5e97a2263ecdb1344c.zip
Merge pull request #15348 from bastienmoulia/master
Correction in the documentation, add the brand-primary true color in comment and woff2 glyphicons
Diffstat (limited to 'docs/_includes/css/less.html')
-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;