diff options
| author | Ross Allen <[email protected]> | 2014-06-18 14:40:50 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2014-06-18 14:47:14 -0700 |
| commit | 8c403dc1dcccc38057aba85c49a314a36a93c0af (patch) | |
| tree | f670f3d761879bab384157c41281d0c5b86046e7 /docs/assets/css | |
| parent | 6d45f733e57d0e520668a8a38b55d085bd5ef05a (diff) | |
| download | bootstrap-8c403dc1dcccc38057aba85c49a314a36a93c0af.tar.xz bootstrap-8c403dc1dcccc38057aba85c49a314a36a93c0af.zip | |
Darken @gray-light to meet accessibility guidelines
`@gray-light` darkens from #999 to #777, which puts `.text-muted` at the
threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1.
The “Example” headers in docs become #959595, which is contrast ratio
3:1, the minimum for larger text. Since the headers are less important
than the surrounding text, 3:1 is fine and an improvement on the
previous #bbb:#fff (1.92:1).
Fixes issue #13847.
[1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/_src/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/_src/docs.css b/docs/assets/css/_src/docs.css index e13ca35b8..1bb81405d 100644 --- a/docs/assets/css/_src/docs.css +++ b/docs/assets/css/_src/docs.css @@ -857,7 +857,7 @@ h1[id] { left: 15px; font-size: 12px; font-weight: bold; - color: #bbb; + color: #959595; text-transform: uppercase; letter-spacing: 1px; content: "Example"; |
