From 87f0b56eeda29b0098a7912707c1b3c273f415a7 Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Wed, 27 Sep 2023 10:42:58 -0500 Subject: [PATCH] Global Header: Add hover color for charcoal-1 headers (#456) --- mu-plugins/blocks/global-header-footer/postcss/_common.pcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mu-plugins/blocks/global-header-footer/postcss/_common.pcss b/mu-plugins/blocks/global-header-footer/postcss/_common.pcss index b151006b6..a4c4bebda 100644 --- a/mu-plugins/blocks/global-header-footer/postcss/_common.pcss +++ b/mu-plugins/blocks/global-header-footer/postcss/_common.pcss @@ -110,6 +110,10 @@ html { --wp-global-header--link-color--active: var(--wp--preset--color--white); } +.has-charcoal-1-background-color { + --wp-global-header--background-color--hover: var(--wp--preset--color--charcoal-2); +} + .has-white-background-color { --wp-global-header--background-color: var(--wp--preset--color--white); --wp-global-header--background-color--hover: var(--wp--preset--color--light-grey-2);