Commit 29a7db12 by clrux

Merge pull request #9772 from edx/clrux/ac-172

Increasing contrast in gray meta/date text on course dashboard
parents 45176c72 86192311
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
.info-date-block { .info-date-block {
@extend %t-title7; @extend %t-title7;
color: $gray-l1; color: $gray; // WCAG 2.0 AA compliant
display: block; display: block;
} }
} }
......
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