Skip to content

Commit

Permalink
Fix hover state for list links
Browse files Browse the repository at this point in the history
  • Loading branch information
drainpip committed Aug 13, 2024
1 parent 62708fc commit 7993ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/post-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const listLink = css`
background-color: #999;
box-shadow-color: #000;
color: #444;
&:visited {
&:visited,
&:hover {
color: #444;
}
}
Expand Down

0 comments on commit 7993ab0

Please sign in to comment.