From 0fabf3feceb2b3c77f33e02610c3cc661551340e Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 11 Mar 2024 22:10:18 -0400 Subject: [PATCH] slightly dampen border radius --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 65a1043..1ab23cc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -89,7 +89,7 @@ a.video-thumbnail:hover { a.video-thumbnail { background-color: transparent !important; - border-radius: 0.65rem !important; + border-radius: 0.45rem !important; }