diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-27 20:53:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-27 20:53:47 +0200 |
commit | 3e88163603ceefba6672635973fc9658e53f6a4a (patch) | |
tree | 4ad832ab4a034b2a8811aca3c9d1ffdd4d9b14cd /web/style/player.css | |
parent | a1c3e743a79a95cdb30dda79820e1c0a01084d12 (diff) | |
download | jellything-3e88163603ceefba6672635973fc9658e53f6a4a.tar jellything-3e88163603ceefba6672635973fc9658e53f6a4a.tar.bz2 jellything-3e88163603ceefba6672635973fc9658e53f6a4a.tar.zst |
dedup some code for themes
Diffstat (limited to 'web/style/player.css')
-rw-r--r-- | web/style/player.css | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/web/style/player.css b/web/style/player.css index eb1a0a0..d672fe4 100644 --- a/web/style/player.css +++ b/web/style/player.css @@ -5,19 +5,6 @@ Copyright (C) 2023 tpart */ -input { - color: white; - background-color: black; -} -option { - font-family: "Cantarell", sans-serif; -} - -fieldset { - background-color: var(--background-light); - border-radius: 8px; -} - form.playerconf { display: grid; grid-template-areas: @@ -98,5 +85,5 @@ fieldset label:hover { .player video { width: 100vw; height: 100vh; - background-color: black; + background-color: var(--video-background); } |