feat: improve header

This commit is contained in:
z0x 2025-05-23 20:18:16 -04:00
parent d837c3d3a5
commit 0e48c6baf7
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ import { SITE } from "@/consts";
transition:persist
>
<Container>
<div class="flex flex-wrap items-center justify-between gap-4 py-4">
<div class="flex flex-wrap items-center justify-between gap-4 border-b px-4 py-3 sm:border-none">
<Link href="/" class="hover:text-muted-foreground text-primary text-xl font-medium">
{SITE.title}
</Link>

View file

@ -3,7 +3,7 @@ import { Button } from "@/components/ui/button";
import { Icon } from "astro-icon/components";
---
<Button id="theme-toggle" variant="outline" size="icon" title="Toggle theme">
<Button id="theme-toggle" variant="ghost" size="icon" title="Toggle theme" className="-me-2 size-8">
<Icon
name="lucide:sun"
class="size-4 scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90"