Skip to content

Commit

Permalink
feat: add background blurry
Browse files Browse the repository at this point in the history
  • Loading branch information
D33102 committed Sep 22, 2024
1 parent 9f0a2f2 commit 17eaa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</a>

{#if isMenuOpen}
<div class="absolute inset-0 bg-gray-700 bg-opacity-40 backdrop-blur-sm" />
<button class="text-white md:hidden text-4xl focus:outline-none z-50" on:click={toggleMenu}>
&times;
</button>
Expand Down

0 comments on commit 17eaa1b

Please sign in to comment.