diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-14 22:38:14 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-14 22:38:14 +0100 |
commit | 17dd13d00343e21f73eb2e223dfc1f35bd1afcd8 (patch) | |
tree | 998b3dbced612888bf31e490c499386a1d8745d8 /web | |
parent | 70a630df48dd3495ceb990a0d52ea72ab8a41222 (diff) | |
download | jellything-17dd13d00343e21f73eb2e223dfc1f35bd1afcd8.tar jellything-17dd13d00343e21f73eb2e223dfc1f35bd1afcd8.tar.bz2 jellything-17dd13d00343e21f73eb2e223dfc1f35bd1afcd8.tar.zst |
black video background
Diffstat (limited to 'web')
-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; } |