removing wordpress 6.6 link underlines

This commit is contained in:
Antoine M 2024-07-17 14:16:02 +02:00
parent 6ee27d6da9
commit c93960614e

View File

@ -69,3 +69,7 @@ details[open] summary .open-close-icon {
right: unset; right: unset;
left: 20px; left: 20px;
} }
:root :where(a:where(:not(.wp-element-button))) {
text-decoration: unset;
}