Skip to content

Commit

Permalink
refactor: move backdrop blur to header state class
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Feb 12, 2024
1 parent a045d01 commit e291543
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 @@ -28,7 +28,7 @@
@apply [&>a>h1]:text-black [&>nav>div>a]:text-black [&>a>h1]:dark:text-white [&>nav>div>a]:dark:text-white
}
.unscrolled-header-bg {
@apply bg-transparent
@apply bg-transparent backdrop-blur-sm
}
.scrolled-header-bg {
@apply bg-rich-black
Expand Down

0 comments on commit e291543

Please sign in to comment.