style: unify typography — use heading-xl/lg/md utilities in all pages
This commit is contained in:
@@ -19,7 +19,7 @@ export function PostCard({ slug, title, date, excerpt, index = 0 }: PostCardProp
|
||||
>
|
||||
<Link href={`/posts/${slug}/`} className="block">
|
||||
<time className="font-mono text-sm text-ink-soft">{date}</time>
|
||||
<h3 className="font-sans text-2xl font-semibold tracking-tight text-ink mt-1 mb-2 hover:text-accent transition-colors">
|
||||
<h3 className="heading-md text-ink mt-1 mb-2 hover:text-accent transition-colors">
|
||||
{title}
|
||||
</h3>
|
||||
{excerpt && (
|
||||
|
||||
Reference in New Issue
Block a user