Skip to content

Commit

Permalink
fix: missing backdrop blur in scrolled header
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Feb 15, 2024
1 parent 6ebe3cd commit a50f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
@apply bg-transparent backdrop-blur-sm
}
.scrolled-header-bg {
@apply bg-rich-black
@apply bg-rich-black backdrop-blur-sm
}

0 comments on commit a50f431

Please sign in to comment.