Skip to content

Commit

Permalink
Fix link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4n97 committed Jun 13, 2022
1 parent cfc2b37 commit fa49f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/02-components/link.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ a.link:hover {
}

a.link:focus {
@apply text-indigo-400;
@apply text-indigo-800 dark:text-indigo-400;
}

a.link:visited {
@apply text-rose-500;
@apply text-rose-800 dark:text-rose-400;
}

1 comment on commit fa49f30

@vercel
Copy link

@vercel vercel bot commented on fa49f30 Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.