Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien <bmoulia@gmail.com>2014-12-12 13:07:16 +0300
committerBastien <bmoulia@gmail.com>2014-12-12 13:07:16 +0300
commitbc36e312800e72f1f76515fac8977602b66f012a (patch)
tree0da2b07aafc8eab1121b3cdda8bfc0fcfe8131a5 /docs
parent5b8ba0cb4dc68deee9ad5bb2dbbdc2718c14ea67 (diff)
Add new brand-primary color in the doc and the true color in comment
Diffstat (limited to 'docs')
-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 71cae072c8..a750286517 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;