From 5c9ad609178ebe782a3af37164b419e4987704af Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 23 Jan 2025 09:11:46 -0800 Subject: [PATCH] Fix: Reduced border color brightness and implemented backdrop blur on mini play buttons on phones --- Theme/ElegantFin-theme-nightly.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 00cb892..3e274ad 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -244,6 +244,8 @@ html { .layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon { border: var(--defaultLighterBorder); + border-color: rgba(23, 23, 23, 0.6); + backdrop-filter: blur(.1em); } .layout-mobile .portraitCard .cardOverlayButton-br,