Commit 5cf41a05 by clrux

Merge pull request #10800 from edx/clrux/ac-261

Xmodule: darkening gray text for WCAG AA requirements
parents 337eabbb b6978748
......@@ -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;
......
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