|
@@ -158,16 +158,16 @@ ul ul {
|
|
color: var(--wp--preset--color--background);
|
|
color: var(--wp--preset--color--background);
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-post-content a {
|
|
|
|
|
|
+.wp-block-post-content a:not(.wp-block-button__link) {
|
|
-webkit-text-decoration-line: underline;
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
-.wp-block-post-content a:hover {
|
|
|
|
|
|
+.wp-block-post-content a:not(.wp-block-button__link):hover {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
|
|
a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
|
|
- outline: 1px dotted currentColor;
|
|
|
|
|
|
+ outline: 1px dotted currentcolor;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|