From 96de0cd09a1c0177d41bc3b139caadd4b14b0962 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 13 Apr 2025 21:06:57 +0530 Subject: [PATCH] New: Removed the overlay gradient when hovering over cards for a cleaner appearance --- Theme/ElegantFin-theme-nightly.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 5593ad4..fa8453e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -219,7 +219,9 @@ html { .cardOverlayContainer { transition: .25s; - background: var(--hoverGradientA); + background: rgba(255, 255, 255, 0.1); + /* Uncomment the code below to get back the old overlay on hovering over cards*/ + /* background: var(--hoverGradientA); */ background-size: 200%; background-position-x: 100%; }