|
@@ -370,14 +370,16 @@ a {
|
|
|
|
|
|
.wp-block-post-comments .comment-meta > a,
|
|
|
.wp-block-post-comments .comment-body > p > a,
|
|
|
-.wp-block-post-comments .comment-edit-link {
|
|
|
+.wp-block-post-comments .comment-edit-link,
|
|
|
+.post-meta a {
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
text-decoration-line: underline;
|
|
|
}
|
|
|
|
|
|
.wp-block-post-comments .comment-meta > a:hover,
|
|
|
.wp-block-post-comments .comment-body > p > a:hover,
|
|
|
-.wp-block-post-comments .comment-edit-link:hover {
|
|
|
+.wp-block-post-comments .comment-edit-link:hover,
|
|
|
+.post-meta a:hover {
|
|
|
-webkit-text-decoration-line: none;
|
|
|
text-decoration-line: none;
|
|
|
}
|
|
@@ -395,16 +397,14 @@ h6 a,
|
|
|
|
|
|
.wp-block-site-title a,
|
|
|
.wp-block-post-title a,
|
|
|
-.wp-block-query-pagination a,
|
|
|
-.post-meta a {
|
|
|
+.wp-block-query-pagination a {
|
|
|
-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 {
|
|
|
+.wp-block-query-pagination a:hover {
|
|
|
-webkit-text-decoration-line: underline;
|
|
|
text-decoration-line: underline;
|
|
|
}
|
|
@@ -421,6 +421,34 @@ a:not(.ab-item):not(.screen-reader-shortcut):focus {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
+.post-meta .wp-block-post-date,
|
|
|
+.post-meta .taxonomy-category,
|
|
|
+.post-meta .taxonomy-post_tag {
|
|
|
+ margin-bottom: 0.5em;
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .wp-block-post-date:before,
|
|
|
+.post-meta .taxonomy-category:before,
|
|
|
+.post-meta .taxonomy-post_tag:before {
|
|
|
+ height: 18px;
|
|
|
+ width: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .wp-block-post-date:before {
|
|
|
+ -webkit-mask-image: url(svg/post-date.svg);
|
|
|
+ mask-image: url(svg/post-date.svg);
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .taxonomy-category:before {
|
|
|
+ -webkit-mask-image: url(svg/post-category.svg);
|
|
|
+ mask-image: url(svg/post-category.svg);
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .taxonomy-post_tag:before {
|
|
|
+ -webkit-mask-image: url(svg/post-tag.svg);
|
|
|
+ mask-image: url(svg/post-tag.svg);
|
|
|
+}
|
|
|
+
|
|
|
header.wp-block-template-part > .wp-block-group {
|
|
|
align-items: flex-end;
|
|
|
justify-content: space-between;
|