From b3a2ae682b779efe11e60b96dca2a2070aaaf5bd Mon Sep 17 00:00:00 2001 From: rafa Date: Wed, 12 Aug 2026 07:05:57 -0400 Subject: [PATCH] fix: style author archives in dark mode Co-authored-by: rafa Signed-off-by: rafa --- mu-plugins/fea-accesibilidad.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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,