slightly dampen border radius

This commit is contained in:
matty 2024-03-11 22:10:18 -04:00
parent 392bdcf825
commit 0fabf3fece
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ a.video-thumbnail:hover {
a.video-thumbnail { a.video-thumbnail {
background-color: transparent !important; background-color: transparent !important;
border-radius: 0.65rem !important; border-radius: 0.45rem !important;
} }