.accordion-section-title { background: COLOR_ACCENT; color: CONTROLS_COLOR; } /** Arrows **/ .accordion-section-title:after, .handlediv, .item-edit, .sidebar-name-arrow, .widget-action { color: ARROWS_COLOR; } #customize-theme-controls .control-section .accordion-section-title:focus:after, #customize-theme-controls .control-section .accordion-section-title:hover:after, #customize-theme-controls .control-section.open .accordion-section-title:after, #customize-theme-controls .control-section:hover>.accordion-section-title:after { color: COLOR_ACCENT_TEXT } /** Title for active section **/ .customize-section-title { background: COLOR_BACK; } .customize-section-title h3, h3.customize-section-title { color: COLOR_FONT; } /** Active section background **/ #customize-theme-controls .accordion-section-content { background: SECTION_BACKGROUND_COLOR; } /** Title color for active panels etc **/ #customize-controls .customize-info .preview-notice { color: COLOR_FONT; } ';