Commit 72e9b824 by Frances Botsford

make base gray AA compliant

parent 70819203
......@@ -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