|
@@ -110,7 +110,7 @@
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
- text-decoration-thickness: 2px;
|
|
|
+ text-decoration-thickness: 0.07em;
|
|
|
text-underline-offset: 0.25em;
|
|
|
}
|
|
|
|
|
@@ -133,23 +133,24 @@ a {
|
|
|
|
|
|
.wp-block-post-comments .comment-body > p > a:hover,
|
|
|
.wp-block-post-comments .comment-edit-link:hover {
|
|
|
- text-decoration: none;
|
|
|
+ -webkit-text-decoration-line: none;
|
|
|
+ text-decoration-line: none;
|
|
|
}
|
|
|
|
|
|
.wp-block-site-title a,
|
|
|
.wp-block-post-title a,
|
|
|
.wp-block-query-pagination a,
|
|
|
.post-meta a {
|
|
|
- text-decoration: none;
|
|
|
+ -webkit-text-decoration-line: none;
|
|
|
+ text-decoration-line: none;
|
|
|
}
|
|
|
|
|
|
.wp-block-site-title a:hover,
|
|
|
.wp-block-post-title a:hover,
|
|
|
.wp-block-query-pagination a:hover,
|
|
|
.post-meta a:hover {
|
|
|
- text-decoration: underline;
|
|
|
- text-decoration-thickness: 2px;
|
|
|
- text-underline-offset: 0.25em;
|
|
|
+ -webkit-text-decoration-line: underline;
|
|
|
+ text-decoration-line: underline;
|
|
|
}
|
|
|
|
|
|
a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
|