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

Increasing contrast in gray meta/date text on course dashboard
This commit is contained in:
clrux
2015-09-24 10:57:03 -04:00

View File

@@ -365,7 +365,7 @@
.info-date-block {
@extend %t-title7;
color: $gray-l1;
color: $gray; // WCAG 2.0 AA compliant
display: block;
}
}