aboutsummaryrefslogtreecommitdiff
path: root/web/style/player.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-27 20:53:47 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-27 20:53:47 +0200
commit3e88163603ceefba6672635973fc9658e53f6a4a (patch)
tree4ad832ab4a034b2a8811aca3c9d1ffdd4d9b14cd /web/style/player.css
parenta1c3e743a79a95cdb30dda79820e1c0a01084d12 (diff)
downloadjellything-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.css15
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);
}