feat: test dot as favicon

This commit is contained in:
Troy 2025-02-17 00:14:50 +00:00
parent b512b29808
commit f135fd62e2
Signed by: troy
GPG key ID: DFC06C02ED3B4711
8 changed files with 53 additions and 27 deletions

View file

@ -20,7 +20,7 @@ const { collection } = Astro.props;
</h3>
<FormattedDate
date={collection.data.date}
className="text-accent block text-nowrap"
className="text-tertiary block text-nowrap"
/>
</div>
<p class="text-tertiary text-pretty">{collection.data.description}</p>