Accesibilidad: Atkinson Hyperlegible + modo oscuro (#196) #205

Merged
rafa merged 6 commits from fix/dark-article-menu into main 2026-08-12 12:47:23 +00:00
Showing only changes of commit 82c352aa15 - Show all commits
+9 -2
View File
@@ -107,12 +107,19 @@ add_action('wp_head', function () {
/* 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__input,
html[data-fea-theme="dark"] .wp-block-search__button {
html[data-fea-theme="dark"] .wp-block-search__input {
background-color: #1c1c1c;
color: #ececec;
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. */
html[data-fea-theme="dark"] .fea-hero-slider .n2-ss-slide-background-image {