From dd94fadf09d76cca58d42daa63b9eb5f9d6da674 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 02:22:30 -0400 Subject: [PATCH] fix: remove film grain overlay that was covering video player --- themepo-elegantfin.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 2e0e29c..dfd737e 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -94,21 +94,6 @@ h1, h2, h3, .title-rune, .itemTitle, .cardText { /* --- Custom Background Effects --- */ -/* Film grain overlay */ -body::before { - content: ""; - position: fixed; - inset: 0; - background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); - pointer-events: none; - z-index: 100; -} - -/* Hide grain on detail pages if it makes things look "dirty" */ -#itemDetailPage::before { - display: none !important; -} - /* Arcane Background Circle */ html::after { content: "";