From 613141f4f16397c7cd644f8b1f20c310ba2bc0ff Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 13 Dec 2024 15:10:07 -0500 Subject: [PATCH] Global Header: Update `blueberry-2` color to match parent theme. See https://github.com/WordPress/wporg-parent-2021/commit/7470f68b5cf188570fb89ff1d271a56dbf45f8c8, https://github.com/WordPress/wporg-parent-2021/issues/148 --- mu-plugins/blocks/global-header-footer/postcss/_common.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/blocks/global-header-footer/postcss/_common.pcss b/mu-plugins/blocks/global-header-footer/postcss/_common.pcss index 52251ebf..39b13e8d 100644 --- a/mu-plugins/blocks/global-header-footer/postcss/_common.pcss +++ b/mu-plugins/blocks/global-header-footer/postcss/_common.pcss @@ -75,7 +75,7 @@ html { --wp--preset--color--white: #fff; --wp--preset--color--deep-blueberry: #213fd4; --wp--preset--color--blueberry-1: #3858e9; - --wp--preset--color--blueberry-2: #7b90ff; + --wp--preset--color--blueberry-2: #9fb1ff; --wp--preset--color--blueberry-3: #c7d1ff; --wp--preset--color--blueberry-4: #eff2ff;