mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 21:34:26 -04:00
add :focus-visible css selector to some hover styles
This commit is contained in:
@@ -9,7 +9,7 @@ const Anchor = styled(HeadingAnchor, {
|
||||
color: theme.colors.medium,
|
||||
opacity: 0, // overridden on hover below (except on small screens)
|
||||
|
||||
"&:hover": {
|
||||
"&:hover, &:focus-visible": {
|
||||
color: theme.colors.link,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user