aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-18 15:45:57 -0700
committerMark Otto <[email protected]>2014-06-18 15:45:57 -0700
commitcde13fbe1124d5e93f55ec6a2bfed959c03abaeb (patch)
tree2ea8f743c7743b048a24e3496ab6f153e2ca8e1a /less
parentd75506fbec6a50d13802a46b6a1e1fe6bd8655e6 (diff)
parent8c403dc1dcccc38057aba85c49a314a36a93c0af (diff)
downloadbootstrap-cde13fbe1124d5e93f55ec6a2bfed959c03abaeb.tar.xz
bootstrap-cde13fbe1124d5e93f55ec6a2bfed959c03abaeb.zip
Merge pull request #13854 from ssorallen/gray-light-higher-contrast
Darken @gray-light to meet accessibility guidelines
Diffstat (limited to 'less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index a2e464b6e..c6edad147 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -10,7 +10,7 @@
@gray-darker: lighten(#000, 13.5%); // #222
@gray-dark: lighten(#000, 20%); // #333
@gray: lighten(#000, 33.5%); // #555
-@gray-light: lighten(#000, 60%); // #999
+@gray-light: lighten(#000, 46.7%); // #777
@gray-lighter: lighten(#000, 93.5%); // #eee
@brand-primary: #428bca;