Commit c0133e53 by Chris Rodriguez

AC-566 fixing contrast for copyright

parent 3ea28a93
......@@ -65,16 +65,19 @@ html.video-fullscreen {
display: block;
width: auto;
padding: ($baseline/4) 0;
color: $gray-d1;
color: $base-font-color;
span {
color: inherit;
}
a:link, a:visited {
color: $gray;
a:link,
a:visited {
color: $base-font-color;
}
a:active, a:hover {
a:active,
a:hover {
color: $uxpl-blue-base;
}
......@@ -86,7 +89,8 @@ html.video-fullscreen {
margin-bottom: 0;
}
i {
i,
em {
font-style: normal;
}
......
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