From a35f5acc0286210e2a41b2ee486c91faf2598e52 Mon Sep 17 00:00:00 2001 From: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:46:24 +0200 Subject: [PATCH] [Fix] more red --- website/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/app.js b/website/app.js index a4dbd19..6e0f2c3 100644 --- a/website/app.js +++ b/website/app.js @@ -37,7 +37,7 @@ function initParallax() { // ─── Hero Slideshow with Destructive Theme ─── let currentBackdrop = null; -const NEAR_TOP_THRESHOLD = 600; +const NEAR_TOP_THRESHOLD = 1800; function checkDestructiveTheme() { if (!currentBackdrop) return;