From 8de5529ca4ffdd802438ed661177ac91d11d4df6 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Wed, 9 Dec 2015 13:01:03 -0500 Subject: [PATCH] LMS: addressing contrast issues on the Progress page --- lms/static/sass/course/_profile.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/course/_profile.scss b/lms/static/sass/course/_profile.scss index 4b556f51f9..7f92381ed3 100644 --- a/lms/static/sass/course/_profile.scss +++ b/lms/static/sass/course/_profile.scss @@ -286,17 +286,17 @@ } h3 { - color: #666; + color: $gray-d1; span { - color: #999; + color: $gray-d2; font-size: em(14); font-weight: 100; } } p { - color: #999; + color: $gray-d2;; font-size: em(14); }