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 d3b7e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,5 @@
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"prettier": "^3.2.5"
},
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}
}

0 comments on commit d3b7e9f

Please sign in to comment.