From 61131488c9862571b248fb4239fcb5de83c4dd2b Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 3 Jun 2018 18:46:50 +0200 Subject: [PATCH] Add videoframe styles --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;