Skip to content

Commit

Permalink
fix link component 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Sep 23, 2023
1 parent 26bf95a commit c3f7cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Link = ({
text-decoration-thickness: ${pxCss(0.5)};
text-underline-offset: ${pxCss(1)};
}
a:visited {
a.link:visited {
color: ${colors.purple};
}
`}</style>
Expand Down

0 comments on commit c3f7cda

Please sign in to comment.