diff --git a/mu-plugins/fea-accesibilidad.php b/mu-plugins/fea-accesibilidad.php index 7fcaf3c..70e1f6e 100644 --- a/mu-plugins/fea-accesibilidad.php +++ b/mu-plugins/fea-accesibilidad.php @@ -105,7 +105,8 @@ add_action('wp_head', function () { --wp--preset--color--base: #0d0d0d; --wp--preset--color--contrast: #ececec; } - html[data-fea-theme="dark"] a { color: ; } + html[data-fea-theme="dark"] a, + html[data-fea-theme="dark"] a:visited { color: ; } html[data-fea-theme="dark"] a:focus-visible, html[data-fea-theme="dark"] button:focus-visible { outline-color: !important;