style: use brand-primary for 404 heading and streamline button label
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 17:46:52 +01:00
parent 27e4bcdd02
commit c4cad08700

View File

@@ -8,13 +8,13 @@
</p>
<a href="{{@site.url}}" class="btn-primary">
Return Home
&larr; Back to Home
</a>
{{#get "posts" limit="3" include="tags,authors"}}
{{#if posts}}
<div class="mt-24 w-full">
<h3 class="text-3xl font-bold mb-10 text-[var(--text-primary)]">Perhaps read something else?</h3>
<h3 class="text-3xl font-bold mb-10 text-[var(--brand-primary)]">Perhaps read something else?</h3>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
{{#foreach posts}}
{{> "post-card"}}