From 82d53162285423d0d7b5c7481b2d986ed9fabbd3 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 31 Aug 2022 17:29:01 -0400 Subject: [PATCH] Fix styles in dark mode --- src/components/widgets/PostTags.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/PostTags.astro b/src/components/widgets/PostTags.astro index 32c9c02..58a76e6 100644 --- a/src/components/widgets/PostTags.astro +++ b/src/components/widgets/PostTags.astro @@ -5,7 +5,7 @@ const { tags } = Astro.props; {tags && Array.isArray(tags) &&