Skip to content

Commit

Permalink
Link hover styling change [Fixes #501]
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Jun 2, 2022
1 parent 211ac29 commit 152ebb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ const styles = `
color:inherit;
display: inherit;
text-decoration: none;
font-weight: 400;
&:hover {
font-weight: 400;
opacity: 0.8;
};
&:focus,
&:visited,
Expand Down

0 comments on commit 152ebb4

Please sign in to comment.