From 33f9b007f6885bd52ffbc4ee670930b5e357274c Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 26 Dec 2024 09:01:15 -0800 Subject: [PATCH] Fix: Disabled blend effect to fix non-working blur effect Fix: Made overlay slightly brighter to compensate for the lack of blend mode --- 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 4be7c8f..a37bae5 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -115,7 +115,7 @@ html { .cardOverlayContainer { border-radius: var(--largeRadius) !important; border: solid rgb(255 255 255 / 65%) var(--borderWidth); - mix-blend-mode: plus-lighter; + /* mix-blend-mode: plus-lighter; */ background: var(--hoverGradient); }