Skip to content

Commit

Permalink
Update colour contrast of commented code
Browse files Browse the repository at this point in the history
The current contrast is 3.49:1, which is below the minimum 4.5 ratio needed to meet the WCAG AA guidelines. The proposed change increases the contrast to 4.52:1
  • Loading branch information
ninjanails authored and marijnh committed Oct 3, 2018
1 parent e3b9957 commit fcac0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-comment {color: #6b7884;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
Expand Down

0 comments on commit fcac0fb

Please sign in to comment.