From b6b7acbd53fa1b5d0befbefc169ab0f07ffe9104 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Wed, 15 Apr 2015 16:03:18 -0400 Subject: [PATCH] Chaning table th td color to meet AA guidelines --- lms/static/sass/views/_verification.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 9a8ff56f06..cb93181cb7 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -219,7 +219,7 @@ @extend %t-title7; @extend %t-weight2; vertical-align: middle; - color: $m-gray-l1; + color: $m-gray-d3; background: $m-gray-l4; } }