diff --git a/mu-plugins/fea-accesibilidad.php b/mu-plugins/fea-accesibilidad.php index 9711d8d..8c33a4b 100644 --- a/mu-plugins/fea-accesibilidad.php +++ b/mu-plugins/fea-accesibilidad.php @@ -168,6 +168,22 @@ add_action('wp_head', function () { } html[data-fea-theme="dark"] .fea-card-title a { color: #ececec; } + /* Archivos (categoría, búsqueda y autor) — fea-homepage.php fija aquí + fondos y texto claros que no heredan del tema. */ + html[data-fea-theme="dark"] .wp-block-query-title { + color: #ececec !important; + } + html[data-fea-theme="dark"] .fea-archive-card { + background: #161311; + border-color: #2a2320; + } + html[data-fea-theme="dark"] .fea-archive-title a { + color: #ececec; + } + html[data-fea-theme="dark"] .fea-archive-excerpt { + color: #b8afa8; + } + /* Selector de idioma (fea-homepage.php) */ html[data-fea-theme="dark"] #fea-lang-btn { border-color: rgba(255,255,255,0.3); } html[data-fea-theme="dark"] #fea-lang-btn:hover,