chore: solid white nav — remove frosted glass backdrop

This commit is contained in:
Deeman
2026-02-20 01:16:14 +01:00
parent 6d622e7663
commit 23ca28613e

View File

@@ -109,10 +109,8 @@
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 50; z-index: 50;
background: rgba(255, 255, 255, 0.82); background: #fff;
backdrop-filter: blur(14px); border-bottom: 1px solid #E2E8F0;
-webkit-backdrop-filter: blur(14px);
border-bottom: 1px solid rgba(226, 232, 240, 0.7);
} }
.nav-inner { .nav-inner {
max-width: 72rem; max-width: 72rem;