From 1638534b09e3fdb116177f43db2143f9d1eb4ce8 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 18:41:32 -0400 Subject: [PATCH] slightly decrease border radius size --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index fa70386..7fc7e8f 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.75rem; + border-radius: 0.25rem; background-color: transparent; }