layout redesign

This commit is contained in:
2026-05-09 10:18:26 +02:00
parent 4ff9579cff
commit 828bdce906
5 changed files with 256 additions and 83 deletions
-1
View File
@@ -84,7 +84,6 @@ const fullTitle = `${title} | ${siteConfig.title}`;
</div>
<div class="flex gap-3 md:gap-4 items-center text-sm md:text-base w-full md:w-auto justify-center md:justify-end">
<a href="/" class="text-subtext0 hover:text-text transition-colors">Home</a>
<a href="/admin" class="text-subtext0 hover:text-mauve transition-colors">Admin</a>
<ThemeSwitcher client:only="react" defaultTheme={siteConfig.theme} />
</div>
</header>