diff options
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/player.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/player.css b/web/style/player.css index d672fe4..e01cbc3 100644 --- a/web/style/player.css +++ b/web/style/player.css @@ -85,5 +85,5 @@ fieldset label:hover { .player video { width: 100vw; height: 100vh; - background-color: var(--video-background); + background-color: black; } |