Xmodule: darkening gray text for WCAG AA requirements

This commit is contained in:
Chris Rodriguez
2015-12-02 15:09:46 -05:00
parent 06eede5d14
commit b69787481f

View File

@@ -972,7 +972,7 @@ div.problem {
.detailed-solution {
> p:first-child {
@extend %t-strong;
color: #aaa;
color: $gray;
text-transform: uppercase;
font-style: normal;
font-size: 0.9em;