From 637e6b9642083e9d0f93fed36ddc97b01244184c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 16 Sep 2014 19:48:32 +0200 Subject: background color for video --- css/content.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/content.css b/css/content.css index e0b4243e2..9e99dd7f1 100644 --- a/css/content.css +++ b/css/content.css @@ -349,6 +349,9 @@ width: 100%; } +#app-content .enclosure video { + background-color: #000; +} /** * Article body -- cgit v1.2.3