From 68edfd8b3ea12f201bba17b7736c7e56eba366c7 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 19:23:29 -0400 Subject: [PATCH] leave important in CSS rules, it is necessary --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index a6596d0..e94ab3c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -297,13 +297,13 @@ input#search-video { /* Video player styling */ #video-wrapper { - background-color: transparent; + background-color: transparent !important; margin-top: 0.25rem; } video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ border-radius: 0.50rem; - background-color: transparent; + background-color: transparent !important; } /* random shit */