Skip to content

Commit

Permalink
Make link hover more noticable
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 18, 2023
1 parent 095794b commit e074be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/DocItem/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const classNames = [

// <a>
"prose-a:text-current",
"hover:prose-a:text-black",
"hover:prose-a:text-black/50",
"dark:prose-a:text-current",
"dark:hover:prose-a:text-white",
"dark:hover:prose-a:text-white/50",

// <strong>
"prose-strong:text-current",
Expand Down

0 comments on commit e074be1

Please sign in to comment.