a { color: '. get_theme_mod( 'header_link_hover', $header_link_hover ) .'; } .site-footer { border-top: 1px solid '. igthemes_color_brightness( get_theme_mod('footer_background_color', $footer_background_color ), -20) .'; background:'. get_theme_mod('footer_background_color', $footer_background_color) .'; color:'. get_theme_mod('footer_text_color', $footer_text_color) .'; } .site-footer a { color:'. get_theme_mod('footer_link_normal', $footer_link_normal) .'; } .site-footer a:hover, .site-footer a:focus { color:'. get_theme_mod('footer_link_hover', $footer_link_hover) .'; } .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 { color:'. get_theme_mod('footer_headings_color', $footer_headings_color) .'; } .site-content { color: '. get_theme_mod('body_text_color', $body_text_color) .'; } .site-content a { color: '. get_theme_mod('body_link_normal', $body_link_normal) .'; } .site-content a:hover, .site-content a:focus, .archive .entry-title a:hover { color: '. get_theme_mod('body_link_hover', $body_link_hover) .'; } .site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6, .archive .entry-title a { color: '. get_theme_mod('body_headings_color', $body_headings_color) .'; } .site .button, .site input[type="button"], .site input[type="reset"], .site input[type="submit"] { border-color: '. get_theme_mod('button_background_normal', $button_background_normal) .'!important; background-color: '. get_theme_mod('button_background_normal', $button_background_normal) .'!important; color: '. get_theme_mod('button_text_normal', $button_text_normal) .'!important; } .site .button:hover, .site input[type="button"]:hover, .site input[type="reset"]:hover, .site input[type="submit"]:hover, .site input[type="button"]:focus, .site input[type="reset"]:focus, .site input[type="submit"]:focus { border-color: '. get_theme_mod('button_background_hover', $button_background_hover) .'!important; background-color: '. get_theme_mod('button_background_hover', $button_background_hover) .'!important; color: '. get_theme_mod('button_text_hover', $button_text_hover) .'!important; } '; wp_add_inline_style( 'custom-style', $style ); }