Update general.css #241

Merged
QuirkyRobots merged 2 commits from patch-3 into master 2017-11-07 02:27:01 +01:00

View file

@ -152,7 +152,9 @@ a, a:visited {
.link--primary, .link--primary:visited { .link--primary, .link--primary:visited {
color: #4156C5; color: #4156C5;
} }
.link--primary.fine-print {
text-align: center;
}
.link--nav { .link--nav {
color: black; color: black;
border-bottom: 2px solid white; border-bottom: 2px solid white;
@ -516,8 +518,12 @@ table {
} }
#video-player { #video-player {
background-color: black; background-color: #fff;
cursor: pointer; cursor: pointer;
margin: 0 auto;
margin-top: 2%;
border: 1px solid #d0d0d0;
padding:6px;
} }
.show-asset-light { .show-asset-light {
@ -582,4 +588,4 @@ table {
text-align: center; text-align: center;
padding: 1em 0px 1em 0px; padding: 1em 0px 1em 0px;
width: 100%; width: 100%;
} }