From 8a0e586ec124a108e7c87124c274a5b4318bc0a6 Mon Sep 17 00:00:00 2001 From: cottongin Date: Sat, 17 Jan 2026 13:37:46 -0500 Subject: [PATCH] background tweaks, CPU spike fix --- index.html | 82 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 39 deletions(-) diff --git a/index.html b/index.html index 7769a77..bc433c9 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ background-position: center; background-repeat: repeat; pointer-events: none; - opacity: 0.33; + opacity: 0.20; mix-blend-mode: normal; } @@ -258,19 +258,6 @@ } */ - .cassette::after { - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-image: - url('data:image/svg+xml,'); - pointer-events: none; - border-radius: 4px; - mix-blend-mode: multiply; - } .cassette-label { background: linear-gradient(180deg, #d0d0d0 0%, #a0a0a0 100%); @@ -690,20 +677,6 @@ pointer-events: auto; } - /* Noise texture overlay for worn appearance */ - .alby-panel::before { - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-image: - url('data:image/svg+xml,'); - pointer-events: none; - opacity: 0.5; - mix-blend-mode: overlay; - } /* Panel header with amber Lightning accent */ .alby-panel-header { @@ -1201,7 +1174,7 @@ - +