mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-20 18:26:01 -04:00
add :focus-visible css selector to some hover styles
This commit is contained in:
@@ -24,7 +24,7 @@ const SelfieLink = styled(Link, {
|
||||
alignItems: "center",
|
||||
color: theme.colors.mediumDark,
|
||||
|
||||
"&:hover": {
|
||||
"&:hover, &:focus-visible": {
|
||||
color: theme.colors.link,
|
||||
|
||||
"@medium": {
|
||||
|
||||
Reference in New Issue
Block a user