2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

darken primary blue for accessibility contrast on link colors

This commit is contained in:
Mark Otto
2014-11-09 23:11:28 -08:00
parent d1278efcc5
commit eb74a8cbf3
17 changed files with 162 additions and 162 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
@brand-primary: #428bca;
@brand-primary: darken(#428bca, 6.5%);
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;