From c0a4284d8907cf6014b1ad4ec45053b400b9bf34 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 7 Sep 2024 16:10:14 -0400 Subject: [PATCH] harden video border a bit, 0.5 to 0.25 rem --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 51f41b8..c60a143 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.50rem; + border-radius: 0.25rem; background-color: transparent !important; }