Skip to content
Snippets Groups Projects
Commit ed38fe2e authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Improve contrast of color titles

was failing WCAG2.0 G18
parent e5cc9687
No related branches found
No related tags found
1 merge request!4CSS accessibility improvements (contrast)
...@@ -391,6 +391,7 @@ pre { ...@@ -391,6 +391,7 @@ pre {
&.light-triad { &.light-triad {
background-color: @light-triad; background-color: @light-triad;
color: #000;
} }
&.dark-complement { &.dark-complement {
...@@ -399,6 +400,7 @@ pre { ...@@ -399,6 +400,7 @@ pre {
&.light-complement { &.light-complement {
background-color: @light-complement; background-color: @light-complement;
color: #000;
} }
&.dark-neutral { &.dark-neutral {
...@@ -411,6 +413,7 @@ pre { ...@@ -411,6 +413,7 @@ pre {
&.light-energetic { &.light-energetic {
background-color: @light-energetic; background-color: @light-energetic;
color: #000;
} }
&.dark-energetic { &.dark-energetic {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment