style: remove uppercase from 404 suggestion heading
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 17:44:23 +01:00
parent e5f26f6d30
commit 27e4bcdd02

View File

@@ -14,7 +14,7 @@
{{#get "posts" limit="3" include="tags,authors"}}
{{#if posts}}
<div class="mt-24 w-full">
<h3 class="text-2xl font-bold mb-10 text-[var(--text-tertiary)] uppercase tracking-widest">Perhaps read something else?</h3>
<h3 class="text-3xl font-bold mb-10 text-[var(--text-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"}}