Skip to content

Commit 3a94f3a

Browse files
committed
fix text color
1 parent ac03309 commit 3a94f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/PostTags.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ export default {
1717
margin: 1em 0 0;
1818
1919
&__link {
20-
margin-right: 1em;
20+
margin-right: .5em;
2121
font-size: .8rem;
2222
color: currentColor;
2323
text-decoration: none;
2424
background-color: var(--bg-color);
25+
color: currentColor!important;
2526
padding: .5em;
2627
border-radius: var(--radius);
2728
}

0 commit comments

Comments
 (0)