1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 19:05:32 -04:00

add :focus-visible css selector to some hover styles

This commit is contained in:
2022-07-27 18:05:50 -04:00
parent 78593b03ca
commit 1f373541be
12 changed files with 27 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ const GitHubLink = styled(Link, {
margin: "0 0.4em",
color: theme.colors.text,
"&:hover": {
"&:hover, &:focus-visible": {
color: theme.colors.link,
},
});