From cf9a3806437fff4d834bcdbd4fe9c95e20b1122a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 30 May 2025 11:07:29 -0700 Subject: [PATCH] Fix: Removed the card overlay color as it does not seem necessary with the new hover animation --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 4d1168f..24c1541 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -290,7 +290,7 @@ html { .cardOverlayContainer { transition: .5s; - background: rgba(255, 255, 255, 0.05); + background: transparent; } .layout-desktop .card.card-hoverable .cardOverlayContainer:after {