Skip to content

Commit

Permalink
Made nav text underlined on hover (a11y)
Browse files Browse the repository at this point in the history
  • Loading branch information
samyosm committed Dec 28, 2024
1 parent e255084 commit ae932a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const layout = props =>
a {
font-size: 18px;
&:hover {
text-decoration: underline;
color: ${theme.colors[hoverColor(props.color)]};
}
}
Expand Down

0 comments on commit ae932a7

Please sign in to comment.