Skip to content

Commit

Permalink
PLAT-4145 Fix Link color
Browse files Browse the repository at this point in the history
  • Loading branch information
nighto committed Jan 20, 2025
1 parent b52f186 commit 05fbb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typography/BodyText/BodyText.mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

@include self-or-descendent(a) {
text-decoration: none;
color: #0076d1;
color: bk.$theme-text-link-default;

&:hover {
text-decoration: underline;
Expand Down

0 comments on commit 05fbb7b

Please sign in to comment.