Skip to content

Commit

Permalink
Merge pull request #502 from ethereum/link-hover
Browse files Browse the repository at this point in the history
Link hover styling change [Fixes #501]
  • Loading branch information
samajammin authored Jun 7, 2022
2 parents 44eba63 + 152ebb4 commit cab9975
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 cab9975

Please sign in to comment.