From 1834e670820216716b2381d6426cb1bad9c55b4b Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 18:42:17 -0400 Subject: [PATCH] happy medium --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 7fc7e8f..40d79bc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -301,7 +301,7 @@ input#search-video { } video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ - border-radius: 0.25rem; + border-radius: 0.50rem; background-color: transparent; }