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?