From 19e1f1e141992b71c22d2438483513d125c3e751 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sat, 11 Mar 2023 15:43:31 +0000 Subject: [PATCH] light mode fix --- src/components/Tags.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);