From 7e40f5571df7c97ba7d0cd2b9f0e167db8997bf8 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 18:39:26 -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 081a04d..fa70386 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: 1rem; + border-radius: 0.75rem; background-color: transparent; }