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 /docs/_includes | |
| parent | d1278efcc5a6b45467caca15206bb1a83ae99fc5 (diff) | |
| download | bootstrap-eb74a8cbf363699eb822057650ddff2f36765ec9.tar.xz bootstrap-eb74a8cbf363699eb822057650ddff2f36765ec9.zip | |
darken primary blue for accessibility contrast on link colors
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index e45884d5a..a416f2911 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -31,7 +31,7 @@ <div class="clearfix"></div> <div class="col-xs-4"> <label for="input-@brand-primary">@brand-primary</label> - <input id="input-@brand-primary" type="text" value="#428bca" data-var="@brand-primary" class="form-control"/> + <input id="input-@brand-primary" type="text" value="darken(#428bca, 6.5%)" data-var="@brand-primary" class="form-control"/> </div> <div class="col-xs-4"> <label for="input-@brand-success">@brand-success</label> |
