Skip to content

Commit 9a2237a

Browse files
authored
Update Navbar styles
1 parent 29d88ef commit 9a2237a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/App.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,8 @@ html {
5353
margin: 0 auto;
5454
margin-top: 1.3rem;
5555
border-radius: 15px;
56-
backdrop-filter: blur(24px);
57-
background: linear-gradient(
58-
180deg,
59-
rgba(35, 37, 49, 0.5) 0%,
60-
rgba(15, 15, 24, 0.5) 20%
61-
);
56+
backdrop-filter: blur(104px);
57+
background: rgba(42,43,56,.5);
6258
z-index: 100;
6359
color: white;
6460
border: 0.1px solid rgba(111, 118, 159, 0.5);

0 commit comments

Comments
 (0)