mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-19 10:05:59 -04:00
add :focus-visible css selector to some hover styles
This commit is contained in:
@@ -17,7 +17,7 @@ const Button = styled("button", {
|
||||
false: {
|
||||
color: theme.colors.mediumDark,
|
||||
|
||||
"&:hover": {
|
||||
"&:hover, &:focus-visible": {
|
||||
color: theme.colors.link,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user