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 b3a2ae682b - Show all commits
+16
View File
@@ -168,6 +168,22 @@ add_action('wp_head', function () {
} }
html[data-fea-theme="dark"] .fea-card-title a { color: #ececec; } 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) */ /* 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 { border-color: rgba(255,255,255,0.3); }
html[data-fea-theme="dark"] #fea-lang-btn:hover, html[data-fea-theme="dark"] #fea-lang-btn:hover,