Skip to content

Commit 7c2e375

Browse files
committed
chore: fix color of lineage links
1 parent 91b3650 commit 7c2e375

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/uikit-workshop/src/sass/scss/04-components/_pattern-lineage.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313

1414
/**
15-
* Lineage link
15+
* Lineage link
1616
*/
1717
.pl-c-lineage__link {
1818
font-style: italic;
19-
color: $pl-color-gray-50;
19+
color: inherit;
2020
text-decoration: underline;
2121
display: inline-flex;
2222
align-items: center;

0 commit comments

Comments
 (0)