diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 6c5ae0c3f2..99046666d5 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -159,15 +159,15 @@ .track { @include transition(all 0.25s ease-in-out); - color: #fff; + color: $white; display: block; font-size: 13px; - line-height: 2; - opacity: .6; + line-height: 2em; + opacity: 0.6; } &:hover .track { - opacity: 1; + opacity: 1.0; } } diff --git a/lms/templates/mktg_iframe.html b/lms/templates/mktg_iframe.html index 0464aeaf6b..36037bdc71 100644 --- a/lms/templates/mktg_iframe.html +++ b/lms/templates/mktg_iframe.html @@ -27,7 +27,7 @@