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