From 75c0f07eab3d323e55389b9e0c1d5f3d49a2efa3 Mon Sep 17 00:00:00 2001 From: rafa Date: Wed, 12 Aug 2026 09:20:34 -0400 Subject: [PATCH] fix: keep visited links readable in dark mode Co-authored-by: rafa Signed-off-by: rafa --- mu-plugins/fea-accesibilidad.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;