Modo oscuro: toggle duplicado, evangelio, navegación, visited, colaboradores #206

Merged
rafa merged 5 commits from fix/theme-button-duplicate into main 2026-08-12 13:53:37 +00:00
Showing only changes of commit 75c0f07eab - Show all commits
+2 -1
View File
@@ -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: <?php echo esc_html($accent_dark); ?>; }
html[data-fea-theme="dark"] a,
html[data-fea-theme="dark"] a:visited { color: <?php echo esc_html($accent_dark); ?>; }
html[data-fea-theme="dark"] a:focus-visible,
html[data-fea-theme="dark"] button:focus-visible {
outline-color: <?php echo esc_html($accent_dark); ?> !important;