Commit c0133e53 by Chris Rodriguez

AC-566 fixing contrast for copyright

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