added blog post tag filter buttons

This commit is contained in:
2026-03-31 14:48:38 +02:00
parent 6440a098bf
commit 9dcb9823a8
4 changed files with 58 additions and 15 deletions

View File

@@ -0,0 +1,20 @@
<script>
let { children } = $props();
</script>
{@render children()}
<style>
:global {
.post-tag {
font-family: var(--font-mono);
font-size: 0.8rem;
background-color: var(--color-background-highlight-alt);
margin: 0;
padding: 4px;
border-radius: 8px;
line-height: 1rem;
font-weight: 600;
}
}
</style>