From 8848be50e3d077be82eebf0b2c2bee99d380b306 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Tue, 15 Sep 2015 15:00:21 -0400 Subject: [PATCH] LMS: increasing contrast of footer text --- lms/static/sass/shared/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index 2e78ce3541..635b59842e 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -116,7 +116,7 @@ .copyright { margin: -2px 0 8px 0; font-size: em(11); - color: $gray-l2; + color: $gray; // WCAG 2.0 AA requirements @include text-align(left); }