Skip to content

Commit

Permalink
Example design: correct colour contrast #292
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Bijl committed Mar 27, 2017
1 parent b5ba28c commit 6e95c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/css/github.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
color: #008080;
/* Original value hsl(180, 100%, 25%) didn’t pass WCAG AA */
color: hsl(180, 100%, 23%);
}

.hljs-string,
Expand Down

0 comments on commit 6e95c37

Please sign in to comment.