From 71cd137686c6680de5cb0dc465ec4b17c76362cc Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Fri, 13 Feb 2026 14:34:45 -0500 Subject: [PATCH] Background Fix --- frontend/static/css/home.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/static/css/home.css b/frontend/static/css/home.css index 660e7558..d1675dbb 100644 --- a/frontend/static/css/home.css +++ b/frontend/static/css/home.css @@ -3,14 +3,13 @@ All home-section styles in one file. Loaded only by homeSection. ═══════════════════════════════════════════════════════════════════ */ -/* ── Match Media Hunt Collection: dark blue background (#1D2635) ─── */ -/* Apply to body and main-content when home is visible so entire viewport matches */ +/* ── Match Media Hunt Collection & Apps: dark blue background for consistency ─── */ body:has(#homeSection.active), .main-content:has(#homeSection.active) { - background-color: #1d2635 !important; + background-color: #0f172a !important; } #homeSection { - background: #1d2635 !important; + background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.85) 100%) !important; } /* ═══════════════════════════════════════════════════════════════════