Skip to content

Commit

Permalink
Add :hover to buttons for discoverability.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Oct 18, 2023
1 parent 53e0747 commit 4f6925e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,11 @@
"typography": {
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontWeight": "var(--wp--custom--font-weight--regular)"
},
":hover": {
"color": {
"background": "var(--wp--preset--color--contrast)"
}
}
},
"caption": {
Expand Down

0 comments on commit 4f6925e

Please sign in to comment.