Skip to content

Commit aefdb9f

Browse files
committed
style: Updated CSS files to fix text color on tags
1 parent 9645c9e commit aefdb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tags.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.tag {
1919
font-family: var(--maru-mono);
2020
display: inline-block;
21-
color: var(--gray-dark);
21+
color: var(--text-color);
2222
}
2323

2424
.singleLine {

0 commit comments

Comments
 (0)