From 3e4525555177b25a2905a0b1587d72970bc1ccf5 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:21:50 +1300 Subject: [PATCH] Add outline button focus text color Text needs to be white on the blue background --- source/wp-content/themes/wporg-parent-2021/theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-parent-2021/theme.json b/source/wp-content/themes/wporg-parent-2021/theme.json index e282f47d..962fe980 100644 --- a/source/wp-content/themes/wporg-parent-2021/theme.json +++ b/source/wp-content/themes/wporg-parent-2021/theme.json @@ -196,7 +196,8 @@ "color": "var(--wp--preset--color--blueberry-1)" }, "color": { - "background": "var(--wp--preset--color--blueberry-1)" + "background": "var(--wp--preset--color--blueberry-1)", + "text": "var(--wp--preset--color--white)" } }, "active": {