From 267550f646fe6efe14383290b0379e2748612c1f Mon Sep 17 00:00:00 2001 From: Jesse Nickles Date: Tue, 20 Aug 2024 17:56:43 +0700 Subject: [PATCH] Update css-generator.php --- inc/css-generator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/css-generator.php b/inc/css-generator.php index 7d202637..6ce3cdfc 100644 --- a/inc/css-generator.php +++ b/inc/css-generator.php @@ -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' );