color fix

This commit is contained in:
Abhimanyu Rana
2023-05-16 11:56:18 +05:30
parent f2bd4a0274
commit bc35955c33
+1 -1
View File
@@ -53,7 +53,7 @@ const { href, title, body, tag } = Astro.props;
padding: 2px 8px;
border-radius: 24px;
display: inline-block;
color: var(--text-secondary);
color: var(--text-primary-alt);
margin-top: var(--spacing-08);
font-size: var(--desktop-caption);
line-height: var(--lh-desktop-caption);