body { color: '. get_theme_mod('body_text_color', '#eee'). '; background: '. get_theme_mod('body_background_color', '#000'). '; '.$css_body_text_font .' } a { color: '. get_theme_mod('body_link_color', '#ff00ff'). '; } h1,h2,h3,h4,h5,h6 { color: '. get_theme_mod('body_header_color', '#33ff33') . '; '. $css_body_header_font .' } h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: '. get_theme_mod('body_header_link_color', '#77ccff') . '; } nav h2 a { color: '. get_theme_mod('nav_header_color', '#ccc'). '; } nav a { color: '. get_theme_mod('nav_link_color', '#77ccff'). '; } main { width: '. $css_main_width .'; } aside.sidebar { border-left: 2px groove #'.get_background_color().'; } nav { border-right: 2px groove #'.get_background_color().'; } .separator { border-bottom: 2px groove #'.get_background_color().'; } '; } add_action('wp_head', 'the90sretro_theme_customizer_css');