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
+1 -1
View File
@@ -42,7 +42,7 @@ const MetaItem = styled("div", {
const MetaLink = styled(Link, {
color: "inherit",
"&:hover": {
"&:hover, &:focus-visible": {
color: theme.colors.link,
},
});