Skip to content

Commit 712873b

Browse files
committed
Transparent landing nav
1 parent fa94fbd commit 712873b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/index.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
align-items: center;
2222
justify-content: space-between;
2323
padding: 1.2rem 2.5rem;
24-
background: rgba(0, 0, 0, 0.6);
25-
backdrop-filter: blur(16px);
26-
-webkit-backdrop-filter: blur(16px);
27-
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
24+
background: transparent;
2825
}
2926

3027
.navLogo {

0 commit comments

Comments
 (0)