From c07b5d8f482df304eb0635e74598d69324ad976a Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 02:30:00 -0400 Subject: [PATCH] fix: use background-image for bloom to avoid z-index invisibility behind body background --- themepo-elegantfin.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index c4fc0cc..48dffa5 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -71,20 +71,7 @@ body { font-family: var(--font-body); background-color: var(--obsidian) !important; -} - -/* Ambient arcane-blue bloom anchored to bottom center */ -body::after { - content: ""; - position: fixed; - bottom: -20%; - left: 50%; - transform: translateX(-50%); - width: 80vw; - height: 50vh; - background: radial-gradient(ellipse, rgba(56, 189, 248, 0.06) 0%, transparent 70%); - pointer-events: none; - z-index: -1; + background-image: radial-gradient(ellipse at 50% 120%, rgba(56, 189, 248, 0.06) 0%, transparent 50%) !important; } /* Make background transparent ONLY on item pages to reveal the backdrop */