Commit c0133e53 by Chris Rodriguez

AC-566 fixing contrast for copyright

parent 3ea28a93
......@@ -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;
span {
color: inherit;
}
.course-license,
.xblock-license {
@include text-align(right);
@extend %t-title7;
display: block;
width: auto;
padding: ($baseline/4) 0;
color: $base-font-color;
a:link, a:visited {
color: $gray;
}
a:active, a:hover {
color: $uxpl-blue-base;
}
span {
color: inherit;
}
.license-label,
.license-value,
.license-actions {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
a:link,
a:visited {
color: $base-font-color;
}
i {
font-style: normal;
}
a:active,
a:hover {
color: $uxpl-blue-base;
}
.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?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment