mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 05:41:17 -04:00
add :focus-visible
css selector to some hover styles
This commit is contained in:
@@ -42,7 +42,7 @@ const MetaItem = styled("div", {
|
||||
const MetaLink = styled(Link, {
|
||||
color: "inherit",
|
||||
|
||||
"&:hover": {
|
||||
"&:hover, &:focus-visible": {
|
||||
color: theme.colors.link,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user