Skip to content

Commit

Permalink
feat: Added blurred background behind navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
HanzCEO committed May 10, 2024
1 parent 1514c31 commit 8afa9b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
position: fixed;
top: 0;
z-index: 1;

backdrop-filter: blur(8px);
}

.navbar__navbar.secondary {
Expand Down

0 comments on commit 8afa9b3

Please sign in to comment.