Skip to content

Commit 306f39a

Browse files
authored
Fix color-fg utilities in links
1 parent 315bfc1 commit 306f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/links/link.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.Link--secondary,
5050
.Link--primary,
5151
.Link--muted {
52-
&:hover [class*='color-text'] {
52+
&:hover [class*='color-fg'] {
5353
color: inherit !important;
5454
}
5555
}

0 commit comments

Comments
 (0)