Skip to content

Commit

Permalink
[4.0][a11y] Fix 'High Contrast' option - currently inverts (#27143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n authored and wilsonge committed Nov 25, 2019
1 parent 5f6a627 commit d2429a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/scss/blocks/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
filter: grayscale(1);
}
&.a11y_contrast {
filter: invert(100%);
filter: contrast(115%);
}
&.a11y_highlight {
a {
Expand Down

0 comments on commit d2429a4

Please sign in to comment.