Skip to content

Commit e2199fe

Browse files
committed
Transparent nav
1 parent 6b14a7f commit e2199fe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/pages/index.module.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
display: flex;
2121
align-items: center;
2222
justify-content: space-between;
23-
padding: 1rem 2.5rem;
24-
background: rgba(5, 5, 16, 0.9);
25-
backdrop-filter: blur(12px);
26-
-webkit-backdrop-filter: blur(12px);
27-
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
23+
padding: 1.2rem 2.5rem;
24+
background: transparent;
2825
}
2926

3027
.navLogo {

0 commit comments

Comments
 (0)