mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 19:55:26 -04:00
add :focus-visible css selector to some hover styles
This commit is contained in:
@@ -7,7 +7,7 @@ const GitHubLink = styled(Link, {
|
||||
margin: "0 0.4em",
|
||||
color: theme.colors.text,
|
||||
|
||||
"&:hover": {
|
||||
"&:hover, &:focus-visible": {
|
||||
color: theme.colors.link,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user