minor tweaks and polish
All checks were successful
renovate / renovate (push) Successful in 1m11s
test-build / build (push) Successful in 1m36s

This commit is contained in:
2025-07-21 20:58:34 -05:00
parent f83fe98b38
commit 17afce6710
9 changed files with 41 additions and 908 deletions

View File

@@ -19,7 +19,7 @@ const { tags = [], class: className = '' } = Astro.props;
</a>
))}
{tags.length > 2 && (
<span class="inline-flex items-center rounded-full bg-zinc-50 px-2 py-0.5 text-xs text-zinc-500 dark:bg-zinc-800/50 dark:text-zinc-400">
<span class="inline-flex items-center rounded-full bg-zinc-50 px-2 py-0.5 text-xs text-zinc-500 dark:bg-zinc-900 dark:text-zinc-400">
+{tags.length - 3}
</span>
)}