Skip to content

Commit

Permalink
Merge pull request #13854 from ssorallen/gray-light-higher-contrast
Browse files Browse the repository at this point in the history
Darken @Gray-Light to meet accessibility guidelines
  • Loading branch information
mdo committed Jun 18, 2014
2 parents d75506f + 8c403dc commit cde13fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/_src/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cde13fb

Please sign in to comment.