style: add consistent button and fancy link hover effects
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-20 09:33:22 +01:00
parent 0bfeb87a49
commit 332f4197a3
3 changed files with 25 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
</section>
<footer class="mt-12 pt-8 border-t border-[var(--bg-tertiary)] text-center">
<a href="/" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-[var(--text-primary)] bg-[var(--brand-primary)] hover:bg-[var(--brand-secondary)] focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[var(--brand-primary)] transition duration-200">
<a href="/" class="btn-primary">
&larr; Back to Home
</a>
</footer>