diff --git a/style.css b/style.css index 749e1fe..2dd6dd0 100644 --- a/style.css +++ b/style.css @@ -124,6 +124,18 @@ content .videoframe { margin-left:16px; box-shadow: 0px 0px 3px white; border: 1 px solid #f3f3f3; + background-color: black; + color: white; +} +content .videoframe a { + color:lightblue; +} +content .videoframe input { + background: none; + border: none; + font-weight: bold; + cursor: pointer; + color:lightblue; } content vidcaption { margin-left: 18px;