stylized back buttons
This commit is contained in:
@@ -17,8 +17,8 @@ if (Astro.cookies.get('admin_session')?.value !== '1') {
|
||||
<div class="space-y-10 md:space-y-14">
|
||||
<header class="flex flex-col md:flex-row md:items-end justify-between gap-6 pb-6 border-b border-[var(--surface2)]/60">
|
||||
<div class="flex-1 min-w-0">
|
||||
<a href="/" class="inline-flex items-center gap-1.5 text-xs font-display italic text-[var(--subtext0)] hover:text-[var(--mauve)] transition-colors mb-3 group">
|
||||
<span class="transition-transform group-hover:-translate-x-0.5">←</span>
|
||||
<a href="/" class="back-link mb-3">
|
||||
<span class="bl-arrow" aria-hidden="true">←</span>
|
||||
Back to the catalogue
|
||||
</a>
|
||||
<div class="font-display italic text-[var(--mauve)] text-xs tracking-[0.3em] uppercase mb-2">Artist's desk</div>
|
||||
|
||||
Reference in New Issue
Block a user