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 20, 2024
1 parent 6127f82 commit 267550f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/css-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ function hovercraft_generate_css(){
$postcolumns_bottom_background_color = get_theme_mod( 'hovercraft_postcolumns_bottom_background_color', '#eceff1' );
$postcolumns_bottom_text_color = get_theme_mod( 'hovercraft_postcolumns_bottom_text_color', '#263238' );
$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' );
$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 267550f

Please sign in to comment.