1 parent 0c6e2fc commit 768f34bCopy full SHA for 768f34b
1 file changed
index.html
@@ -22,7 +22,7 @@
22
body { font-family: var(--sans); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; }
23
24
/* Nav */
25
- nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
+ nav { position: sticky; top: 0; z-index: 100; background: linear-gradient(135deg, #c7dbe2, #8191a9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
26
.nav-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 56px; padding: 0 3rem; }
27
.site-name { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--text); text-decoration: none; cursor: pointer; flex-shrink: 0; }
28
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
0 commit comments