From 4449d5ed2a2c383e54d1e579325383395d44c4d9 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 Mar 2016 12:01:27 -0800 Subject: [PATCH] player: add black background --- main/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main/index.css b/main/index.css index 26b455b1..15cdeb91 100644 --- a/main/index.css +++ b/main/index.css @@ -174,6 +174,7 @@ body.drag::before { .player { height: 100%; + background-color: #000; } .player video {