We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39e7d7d + a41f67e commit 30a3a81Copy full SHA for 30a3a81
1 file changed
src/wp-admin/css/customize-controls.css
@@ -613,9 +613,9 @@ body.trashing #publish-settings {
613
#customize-controls .control-section .accordion-section-title button:hover,
614
#customize-controls .control-section.open .accordion-section-title,
615
#customize-controls .control-section .accordion-section-title button:focus {
616
- color: #2271b1;
+ color: var(--wp-admin-theme-color, #3858e9);
617
background: #f6f7f7;
618
- border-left-color: #2271b1;
+ border-left-color: var(--wp-admin-theme-color, #3858e9);
619
}
620
621
#accordion-section-themes + .control-section {
0 commit comments