We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315bfc1 commit e3443f1Copy full SHA for e3443f1
.changeset/gorgeous-birds-hear.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fix color-fg utilities in links
src/links/link.scss
@@ -49,7 +49,7 @@
49
.Link--secondary,
50
.Link--primary,
51
.Link--muted {
52
- &:hover [class*='color-text'] {
+ &:hover [class*='color-fg'] {
53
color: inherit !important;
54
}
55
0 commit comments