From c5882520ec44b62139b62a89b44bd4d5bac4a07d Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Wed, 15 Nov 2017 13:33:14 -0500 Subject: [PATCH] Fix low contrast on Notes page In the edxnotes view, a few bits of text had low contrast (page subtitle, tab label, and a link). Now they are each a little darker. LEARNER-3203 --- lms/static/sass/course/_student-notes.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/course/_student-notes.scss b/lms/static/sass/course/_student-notes.scss index f00ea36091..91b5264a77 100644 --- a/lms/static/sass/course/_student-notes.scss +++ b/lms/static/sass/course/_student-notes.scss @@ -76,7 +76,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4; display: block; margin-top: ($baseline/4); - color: $gray-l1; + color: $lightest-base-font-color; letter-spacing: 0; } } @@ -372,7 +372,7 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4; @include padding-right($baseline); - color: $gray-l2; + color: $lightest-base-font-color; font-weight: $font-semibold !important; // needed for poor base LMS styling scope } @@ -450,6 +450,10 @@ $divider-visual-tertiary: ($baseline/20) solid $gray-l4; background: $gray-l5; border-top: ($baseline/4) solid $active-color; padding: ($baseline*1.5); + + a { + color: $blue-d1; + } } .placeholder-title {