Skip to content

Commit

Permalink
Update css-generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Aug 21, 2024
1 parent 33d2f47 commit 5cf232f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/css-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ function hovercraft_generate_css(){
$footer_callout_background_color = get_theme_mod( 'hovercraft_footer_callout_background_color', '#283593' );
$footer_callout_border_color = get_theme_mod( 'hovercraft_footer_callout_border_color', '#283593' );
$footer_callout_text_color = get_theme_mod( 'hovercraft_footer_callout_text_color', '#ffffff' );
$footer_callout_link_color = get_theme_mod( 'hovercraft_footer_callout_link_color', '#ffffff' );
$sidebar_callout_background_color = get_theme_mod( 'hovercraft_sidebar_callout_background_color', '#283593' );
$sidebar_callout_border_color = get_theme_mod( 'hovercraft_sidebar_callout_border_color', '#283593' );
$sidebar_callout_text_color = get_theme_mod( 'hovercraft_sidebar_callout_text_color', '#ffffff' );
Expand Down

0 comments on commit 5cf232f

Please sign in to comment.