From 85aa58f766bd983701a745891962ce9ca7bce922 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 18:09:50 -0400 Subject: [PATCH] yeah nigga --- assets/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/style.css b/assets/style.css index bf3baaa..5c359a6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -293,3 +293,19 @@ input#search-video { .chat-msg__time { display: none !important; } + +/* Video player styling */ + +#video-wrapper { + background-color: transparent !important; +} + +video { + border-radius: 1rem; + background-color: transparent; +} + +/* random shit */ +#incompatible-browser { + display: none !important; +} \ No newline at end of file