Skip to content

Commit 768f34b

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
top_strip
1 parent 0c6e2fc commit 768f34b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
body { font-family: var(--sans); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; }
2323

2424
/* 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); }
25+
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; }
2727
.site-name { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--text); text-decoration: none; cursor: pointer; flex-shrink: 0; }
2828
.nav-links { display: flex; gap: 1.8rem; list-style: none; }

0 commit comments

Comments
 (0)