This commit is contained in:
2026-03-13 17:31:56 +01:00
parent ca8e3a555c
commit 6dbea2dffc

View File

@@ -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 {