Commit b6978748 by Chris Rodriguez

Xmodule: darkening gray text for WCAG AA requirements

parent 06eede5d
...@@ -972,7 +972,7 @@ div.problem { ...@@ -972,7 +972,7 @@ div.problem {
.detailed-solution { .detailed-solution {
> p:first-child { > p:first-child {
@extend %t-strong; @extend %t-strong;
color: #aaa; color: $gray;
text-transform: uppercase; text-transform: uppercase;
font-style: normal; font-style: normal;
font-size: 0.9em; font-size: 0.9em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment