Skip to content

Commit

Permalink
altofocus: Sync changes from D133939 (#7595)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus authored Jan 8, 2024
1 parent 4b5b10b commit 26773ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions altofocus/inc/wpcom-colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 --------------------
Expand Down

0 comments on commit 26773ce

Please sign in to comment.