diff options
| author | Mark Otto <[email protected]> | 2014-11-09 23:11:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-09 23:11:28 -0800 |
| commit | eb74a8cbf363699eb822057650ddff2f36765ec9 (patch) | |
| tree | 73468161690dcc34f3a38c5dd2f58ea4c24d66d1 /less | |
| parent | d1278efcc5a6b45467caca15206bb1a83ae99fc5 (diff) | |
| download | bootstrap-eb74a8cbf363699eb822057650ddff2f36765ec9.tar.xz bootstrap-eb74a8cbf363699eb822057650ddff2f36765ec9.zip | |
darken primary blue for accessibility contrast on link colors
Diffstat (limited to '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 a215b8558..b13be9d44 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: #428bca; +@brand-primary: darken(#428bca, 6.5%); @brand-success: #5cb85c; @brand-info: #5bc0de; @brand-warning: #f0ad4e; |
