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

Improve contrast of text

was failing WCAG2.0 G18
parent 22992385
No related branches found
No related tags found
1 merge request!4CSS accessibility improvements (contrast)
...@@ -425,9 +425,10 @@ pre { ...@@ -425,9 +425,10 @@ pre {
} }
.color-code-wrapper { .color-code-wrapper {
background-color: @faded-neutral; background-color: fadeout(#000, 25);
padding: 1em; padding: 1em;
margin-bottom:2em; margin-bottom:2em;
color: #fff;
@media @bp2 { @media @bp2 {
} }
...@@ -437,7 +438,7 @@ pre { ...@@ -437,7 +438,7 @@ pre {
font-weight: bold; font-weight: bold;
font-size: 0.75em; font-size: 0.75em;
display: block; display: block;
border-bottom: 2px solid @faded-neutral; border-bottom: 2px solid fadeout(@cream, 75);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment