From 014e8588d5a70351eb8189f643e6087e3cb83627 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Mon, 14 Oct 2024 09:43:37 +0200 Subject: [PATCH] Morning: Update the color contrast on the button in section stye 4 --- styles/06-morning.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/06-morning.json b/styles/06-morning.json index 9572b8c0..a5cc4c95 100644 --- a/styles/06-morning.json +++ b/styles/06-morning.json @@ -302,9 +302,10 @@ }, ":hover": { "color": { - "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" + "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", + "text": "var:preset|color|contrast" + } } - } }, "link": { "color": {