From 6dbea2dffcb89f34d8489982e2a52d87cb9b5702 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Fri, 13 Mar 2026 17:31:56 +0100 Subject: [PATCH] :goat: --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index bf8bd1d..c2aaae2 100644 --- a/style.css +++ b/style.css @@ -77,15 +77,13 @@ button { font-family: var(--font); cursor: pointer; border: none; background: no /* ── Nav ────────────────────────────────────────────────────── */ #header { + background: rgba(254, 254, 227, 0.85); position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); z-index: 1000; transition: background 0.3s, box-shadow 0.3s; } #header.scrolled { - background: rgba(254, 254, 227, 0.88); - backdrop-filter: blur(18px); - -webkit-backdrop-filter: blur(18px); box-shadow: 0 2px 20px rgba(230, 57, 70, 0.08); } nav {