Skip to content

Commit 357b49b

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
navlinks
1 parent 768f34b commit 357b49b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
/* Nav */
2525
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); }
2626
.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; }
27+
.site-name { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: #fff; text-decoration: none; cursor: pointer; flex-shrink: 0; }
2828
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
29-
.nav-links a { font-size: 0.82rem; font-weight: 500; color: var(--text-muted); text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s; cursor: pointer; position: relative; }
30-
.nav-links a:hover { color: var(--accent); }
31-
.nav-links a.active { color: var(--accent); }
32-
.nav-links a.active::after { content: ''; position: absolute; bottom: -18px; left: 0; right: 0; height: 2px; background: var(--accent); }
29+
.nav-links a { font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.75); text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s; cursor: pointer; position: relative; }
30+
.nav-links a:hover { color: #fff; }
31+
.nav-links a.active { color: #fff; }
32+
.nav-links a.active::after { content: ''; position: absolute; bottom: -18px; left: 0; right: 0; height: 2px; background: #fff; }
3333
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; color: var(--text); }
3434
.mobile-toggle svg { width: 20px; height: 20px; }
3535

0 commit comments

Comments
 (0)