From c0133e531e4794559dbd79623b1c81deea00e366 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 25 Aug 2016 13:34:50 -0400 Subject: [PATCH] AC-566 fixing contrast for copyright --- .../sass/course/courseware/_courseware.scss | 64 ++++++++++--------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/lms/static/sass/course/courseware/_courseware.scss b/lms/static/sass/course/courseware/_courseware.scss index 73af1edb3b..e0461ca2c6 100644 --- a/lms/static/sass/course/courseware/_courseware.scss +++ b/lms/static/sass/course/courseware/_courseware.scss @@ -58,42 +58,46 @@ html.video-fullscreen { .content-wrapper { - .course-license, - .xblock-license { - @include text-align(right); - @extend %t-title7; - display: block; - width: auto; - padding: ($baseline/4) 0; - color: $gray-d1; + .course-license, + .xblock-license { + @include text-align(right); + @extend %t-title7; + display: block; + width: auto; + padding: ($baseline/4) 0; + color: $base-font-color; - span { - color: inherit; - } + span { + color: inherit; + } - a:link, a:visited { - color: $gray; - } - a:active, a:hover { - color: $uxpl-blue-base; - } + a:link, + a:visited { + color: $base-font-color; + } - .license-label, - .license-value, - .license-actions { - display: inline-block; - vertical-align: middle; - margin-bottom: 0; - } + a:active, + a:hover { + color: $uxpl-blue-base; + } - i { - font-style: normal; - } + .license-label, + .license-value, + .license-actions { + display: inline-block; + vertical-align: middle; + margin-bottom: 0; + } - img { - display: inline; + i, + em { + font-style: normal; + } + + img { + display: inline; + } } - } } // TO-DO should this be content wrapper?