diff --git a/README.md b/README.md index 52823a9..81127b1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ scripts/ — scripts Python/PHP de migración, traducción, TTS y mantenimi | `fea-homepage.php` | Tarjetas de portada | | `fea-share.php` | Sección "Comparte FeAdulta" (Facebook, Instagram, Imprimir) | | `fea-ui.php` | Estilos globales, menú, fondo cálido en artículos | +| `fea-accesibilidad.php` | Tipografía Atkinson Hyperlegible (self-hosted) + toggle claro/oscuro persistente | | `fea-beta-feedback.php` | Barra de feedback beta + endpoint `/fea/v1/lang/{id}` | | `fea-search.php` | Buscador móvil nativo | | `fea-pensamientos.php` | Widget de pensamientos | diff --git a/mu-plugins/fea-accesibilidad.php b/mu-plugins/fea-accesibilidad.php new file mode 100644 index 0000000..edce3c0 --- /dev/null +++ b/mu-plugins/fea-accesibilidad.php @@ -0,0 +1,243 @@ +, igual que el resto del sitio guarda preferencias en localStorage + * (ver fea-beta-feedback.php). Sin esto habría un parpadeo claro→oscuro. */ +add_action('wp_head', function () { + if (is_admin()) return; + ?> + + + + + +