fix: refine dark search states

Co-authored-by: rafa <rcalvotorrejon@gmail.com>
Signed-off-by: rafa <rcalvotorrejon@gmail.com>
This commit is contained in:
2026-08-09 01:01:26 -04:00
parent 51ae723c5a
commit 82c352aa15
+9 -2
View File
@@ -107,12 +107,19 @@ add_action('wp_head', function () {
/* Search block uses more-specific own color rules. */ /* Search block uses more-specific own color rules. */
html[data-fea-theme="dark"] .wp-block-search__inside-wrapper, html[data-fea-theme="dark"] .wp-block-search__inside-wrapper,
html[data-fea-theme="dark"] .wp-block-search__input, html[data-fea-theme="dark"] .wp-block-search__input {
html[data-fea-theme="dark"] .wp-block-search__button {
background-color: #1c1c1c; background-color: #1c1c1c;
color: #ececec; color: #ececec;
border-color: #3a3a3a; border-color: #3a3a3a;
} }
html[data-fea-theme="dark"] .wp-block-search__button {
background-color: #ececec;
color: #0d0d0d;
border-color: #ececec;
}
html[data-fea-theme="dark"] .fea-adv-link-wrap { background: #161311; border-bottom-color: #2a2320; }
html[data-fea-theme="dark"] .fea-adv-link { color: <?php echo esc_html($accent_dark); ?>; }
/* Crop the white edge embedded in slide images in dark mode only. */ /* Crop the white edge embedded in slide images in dark mode only. */
html[data-fea-theme="dark"] .fea-hero-slider .n2-ss-slide-background-image { html[data-fea-theme="dark"] .fea-hero-slider .n2-ss-slide-background-image {