stylized back buttons

This commit is contained in:
2026-05-15 19:34:07 +02:00
parent e8c6ce5a8a
commit c3dba0f684
4 changed files with 83 additions and 9 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ const displayTitle = post ? (post.title || formatSlug(post.slug)) : 'Work';
<article class="plate-enter">
{/* Toolbar — exhibit nav */}
<div class="flex flex-wrap items-center justify-between gap-3 mb-10 md:mb-14 font-display italic text-sm text-[var(--subtext0)]">
<a href="/" class="inline-flex items-center gap-2 hover:text-[var(--mauve)] transition-colors group">
<span class="transition-transform group-hover:-translate-x-1">←</span>
<a href="/" class="back-link">
<span class="bl-arrow" aria-hidden="true">←</span>
Back to catalogue
</a>