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);