mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #13854 from ssorallen/gray-light-higher-contrast
Darken @gray-light to meet accessibility guidelines
This commit is contained in:
commit
cde13fbe11
@ -857,7 +857,7 @@ h1[id] {
|
|||||||
left: 15px;
|
left: 15px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #bbb;
|
color: #959595;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
content: "Example";
|
content: "Example";
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
@gray-darker: lighten(#000, 13.5%); // #222
|
@gray-darker: lighten(#000, 13.5%); // #222
|
||||||
@gray-dark: lighten(#000, 20%); // #333
|
@gray-dark: lighten(#000, 20%); // #333
|
||||||
@gray: lighten(#000, 33.5%); // #555
|
@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
|
@gray-lighter: lighten(#000, 93.5%); // #eee
|
||||||
|
|
||||||
@brand-primary: #428bca;
|
@brand-primary: #428bca;
|
||||||
|
Loading…
Reference in New Issue
Block a user