Skip to content

Commit

Permalink
Add backdrop filter for WebKit (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danioq committed Jun 22, 2023
1 parent bf8950a commit e755d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Nav/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const Wrapper = styled.nav<{ $transparent?: boolean }>`
align-items: center;
background-color: rgba(12, 13, 15, 0.7);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
box-sizing: border-box;
color: white;
display: flex;
Expand Down

0 comments on commit e755d06

Please sign in to comment.