alters title style to satisfy Nathan's aversion to gross font combinations

This commit is contained in:
Drew
2025-04-07 15:54:19 -06:00
parent 67866adb1a
commit dc75eaa4e7
5 changed files with 26 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<p>{{ $page.Date.Format "2006" }}</p>
</time>
<div class="w-3/5 flex-shrink-0">
<a class="text-2xl font-bold hover:text-green-900 underline" href="{{ $page.RelPermalink }}">{{ partial "article-title" $page }}</a>
<a class="article-title article-title--list text-2xl font-bold hover:text-green-900 underline" href="{{ $page.RelPermalink }}">{{ partial "article-title" $page }}</a>
{{ if $page.Params.location }}
<p class="text-gray-800 italic">{{ $page.Params.location }}</p>
{{ end }}