diff --git a/src/components/Tags.astro b/src/components/Tags.astro index cfc19f5..31d714e 100644 --- a/src/components/Tags.astro +++ b/src/components/Tags.astro @@ -19,7 +19,7 @@ const { tags } = Astro.props .tag { font-size: 0.8rem; - color: var(--text); + color: white; padding: 4px 8px; border-radius: 25px; background: var(--blue);