Skip to content

Commit

Permalink
fix: colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 11, 2024
1 parent d377c0f commit f3075b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const subpath = pathname.match(/[^/]+/g);

<div
id="drawer"
class="fixed inset-0 z-40 flex h-0 flex-col items-center justify-center overflow-hidden bg-neutral-100 transition-[height] duration-300 ease-in-out md:hidden dark:bg-neutral-900"
class="fixed inset-0 z-40 flex h-0 flex-col items-center justify-center overflow-hidden bg-white/50 backdrop-blur-md transition-[height] duration-300 ease-in-out md:hidden dark:bg-black/50"
>
<nav class="flex flex-col items-center space-y-2">
{
Expand Down

0 comments on commit f3075b1

Please sign in to comment.