diff --git a/mu-plugins/fea-accesibilidad.php b/mu-plugins/fea-accesibilidad.php index e576a0a..bcdb1a3 100644 --- a/mu-plugins/fea-accesibilidad.php +++ b/mu-plugins/fea-accesibilidad.php @@ -84,6 +84,14 @@ add_action('wp_head', function () { } #fea-theme-btn:hover { background: rgba(0,0,0,0.06); } + /* La luna debe destacar también sobre cabeceras claras. */ + html:not([data-fea-theme="dark"]) #fea-theme-btn { + background: #000; + border-color: #000; + color: #f6c744; + } + html:not([data-fea-theme="dark"]) #fea-theme-btn:hover { background: #242424; } + /* ══════════════════════════════════════════════════════════════════ MODO OSCURO — activado por [data-fea-theme="dark"] en ══════════════════════════════════════════════════════════════════ */