diff options
| author | Mark Otto <[email protected]> | 2014-11-09 23:01:50 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-09 23:01:50 -0800 |
| commit | f17b636bce235ada99a8d5b5e845872e2b06bc87 (patch) | |
| tree | de2d76db8236b88706db8c54d0dd8d1af478c508 /docs/_includes/customizer-variables.html | |
| parent | e020d50838049604c257777e1169cc0b9822ad0b (diff) | |
| download | bootstrap-f17b636bce235ada99a8d5b5e845872e2b06bc87.tar.xz bootstrap-f17b636bce235ada99a8d5b5e845872e2b06bc87.zip | |
color contrast for links, gets us to 4.63:1
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -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 cdd58d00b..426ab96ce 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="#027de7" data-var="@brand-primary" class="form-control"/> + <input id="input-@brand-primary" type="text" value="darken(#027de7, 3%)" data-var="@brand-primary" class="form-control"/> </div> <div class="col-xs-4"> <label for="input-@brand-success">@brand-success</label> |
