Commit 10d58d36 by frances botsford

Merge pull request #7507 from edx/frances/base-gray-a11y

Make LMS base gray AA compliant
parents 9ec94cf3 72e9b824
......@@ -69,7 +69,7 @@ $white-t1: rgba($white, 0.25);
$white-t2: rgba($white, 0.5);
$white-t3: rgba($white, 0.75);
$gray: rgb(127,127,127); // #7f7f7f
$gray: rgb(118,118,118); // #767676 AA compliant
$gray-l1: tint($gray,20%); // #989898
$gray-l2: tint($gray,40%); // #b2b2b2
$gray-l3: tint($gray,60%); // #cbcbcb
......
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