🐐
This commit is contained in:
@@ -77,15 +77,13 @@ button { font-family: var(--font); cursor: pointer; border: none; background: no
|
|||||||
|
|
||||||
/* ── Nav ────────────────────────────────────────────────────── */
|
/* ── Nav ────────────────────────────────────────────────────── */
|
||||||
#header {
|
#header {
|
||||||
|
background: rgba(254, 254, 227, 0.85);
|
||||||
position: fixed; top: 0; left: 0; right: 0;
|
position: fixed; top: 0; left: 0; right: 0;
|
||||||
height: var(--nav-h);
|
height: var(--nav-h);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
transition: background 0.3s, box-shadow 0.3s;
|
transition: background 0.3s, box-shadow 0.3s;
|
||||||
}
|
}
|
||||||
#header.scrolled {
|
#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);
|
box-shadow: 0 2px 20px rgba(230, 57, 70, 0.08);
|
||||||
}
|
}
|
||||||
nav {
|
nav {
|
||||||
|
|||||||
Reference in New Issue
Block a user