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

@ -7,6 +7,6 @@ interface Props {
const { tags } = Astro.props
---
<div class="flex flex-wrap gap-1">
<div class="flex flex-wrap gap-1 py-0.5">
{tags.map((tag) => <Badge tag={tag} />)}
</div>