light mode fix

This commit is contained in:
2023-03-11 15:43:31 +00:00
parent a74ea1e910
commit 19e1f1e141
+1 -1
View File
@@ -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);