From f0946be1fc015324ee4dd2ecc141750b815bd878 Mon Sep 17 00:00:00 2001 From: rafa Date: Wed, 12 Aug 2026 09:16:43 -0400 Subject: [PATCH] fix: cover navigation and gallery dark states Co-authored-by: rafa Signed-off-by: rafa --- mu-plugins/fea-accesibilidad.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mu-plugins/fea-accesibilidad.php b/mu-plugins/fea-accesibilidad.php index 244eef1..7fcaf3c 100644 --- a/mu-plugins/fea-accesibilidad.php +++ b/mu-plugins/fea-accesibilidad.php @@ -223,6 +223,11 @@ add_action('wp_head', function () { html[data-fea-theme="dark"] .fea-adv-chip { background: #2a1b20; border-color: #56343d; color: #ececec; } + html[data-fea-theme="dark"] .fea-adv-input, + html[data-fea-theme="dark"] .fea-adv-select { + background: #1c1c1c; border-color: #3a3a3a; color: #ececec; + } + html[data-fea-theme="dark"] .fea-adv-count { color: #b8afa8; } /* Recopilatorios y galería multimedia. */ html[data-fea-theme="dark"] .fea-recop-year { border-bottom-color: #3a302b; } @@ -235,6 +240,19 @@ add_action('wp_head', function () { html[data-fea-theme="dark"] .fea-mm-card { background: #161311; border-color: #2a2320; } html[data-fea-theme="dark"] .fea-mm-thumb { background: #241f1c; } + /* Galerías de pensamientos y navegación del tema base. */ + html[data-fea-theme="dark"] .fea-gallery-item { + background: #161311; border-color: #3a302b; + } + html[data-fea-theme="dark"] .fea-lightbox-frame img { background: #161311; } + html[data-fea-theme="dark"] .fea-lightbox button { background: #2a2320; color: #ececec; } + html[data-fea-theme="dark"] .wp-block-navigation .wp-block-navigation-item__content { + color: #ececec; + } + html[data-fea-theme="dark"] .wp-block-navigation__submenu-container { + background: #161311; border-color: #3a302b; + } + /* Página de apoyo: plantilla propia con colores claros explícitos. */ html[data-fea-theme="dark"] .fea-support-page { --fea-support-ink: #ececec;