More Catppuccin colours, colour links by default

This commit is contained in:
2025-02-16 11:49:06 +01:00
parent 1b3c6c629e
commit 22cdc634f9
13 changed files with 70 additions and 40 deletions

View File

@ -29,7 +29,7 @@ const {
---
<!--TODO day.js / Temporal API for dates?-->
<Layout title={title} class="mx-auto max-w-[750px] px-3">
<Layout title={title} class="mx-auto max-w-[750px]">
<div class="flex justify-between my-2">
<div>
<h2>{title}</h2>
@ -46,7 +46,7 @@ const {
</div>
<Image src={heroImage} alt={heroImageAlt} class="m-auto" />
<GiteaLink href={source} class="text-cat-mauve my-2" />
<GiteaLink href={source} class="my-2" />
<p class="my-2">{description}</p>
<Content />