Skip to content

Commit

Permalink
Make sticky nav bar transparent with blur effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
minnur committed Nov 7, 2024
1 parent f903c0e commit 27dab92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ input:-webkit-autofill:focus {

.scroll-section.nav-section.sticky {
position: fixed;
background-color: rgb(213 225 225 / 87%);
backdrop-filter: blur(10px);
width: 100%;
top: 0;
margin-top: 0;
Expand Down

0 comments on commit 27dab92

Please sign in to comment.