diff options
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); } |