From f055031c3f53f252994f54bfe430db5ae9a7b619 Mon Sep 17 00:00:00 2001 From: Matthew Reishus Date: Mon, 8 Jan 2024 14:23:52 -0600 Subject: [PATCH] altofocus: Sync changes from D133939 --- altofocus/inc/wpcom-colors.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/altofocus/inc/wpcom-colors.php b/altofocus/inc/wpcom-colors.php index e75033d6fa..7150293a74 100644 --- a/altofocus/inc/wpcom-colors.php +++ b/altofocus/inc/wpcom-colors.php @@ -356,9 +356,9 @@ function altofocus_extra_css() { $colors_array = get_theme_mod( 'colors_manager' ); - $bg = $colors_array['colors']['bg']; // White - $link = $colors_array['colors']['txt']; // Orange - $extra = $colors_array['colors']['extra']; // Light Gray + $bg = $colors_array['colors']['bg'] ?? ''; // White + $link = $colors_array['colors']['txt'] ?? ''; // Orange + $extra = $colors_array['colors']['extra'] ?? ''; // Light Gray /** * WHITE --------------------