Skip to content

Commit

Permalink
🐛 Fix navbar blur
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Sep 12, 2023
1 parent 73243bb commit 5d7f864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-nonepress/src/theme/Navbar/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.navbar {
@apply bg-base-100 text-base-content;
@apply border-b border-base-content/10;
@apply backdrop-blur;
@apply supports-[backdrop-filter]:backdrop-blur supports-[backdrop-filter]:bg-base-100/95;
@apply sticky top-0 z-40 w-full h-16 !p-0;
@apply transition-transform duration-150;

Expand Down

0 comments on commit 5d7f864

Please sign in to comment.