From 4f6925ee503887e07f30a3421016a22130d78ba1 Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Wed, 18 Oct 2023 09:32:35 -0500 Subject: [PATCH] Add :hover to buttons for discoverability. --- theme.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.json b/theme.json index 7ecdacd7..45183ede 100644 --- a/theme.json +++ b/theme.json @@ -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": {