|
@@ -813,16 +813,16 @@ p.has-background {
|
|
|
|
|
|
.post-meta .wp-block-post-author,
|
|
.post-meta .wp-block-post-author,
|
|
.post-meta .wp-block-post-date,
|
|
.post-meta .wp-block-post-date,
|
|
-.post-meta .wp-block-post-tags,
|
|
|
|
-.post-meta .wp-block-post-hierarchical-terms {
|
|
|
|
|
|
+.post-meta .taxonomy-post_tag,
|
|
|
|
+.post-meta .taxonomy-category {
|
|
display: flex;
|
|
display: flex;
|
|
margin-right: calc(2 * var(--wp--custom--margin--baseline));
|
|
margin-right: calc(2 * var(--wp--custom--margin--baseline));
|
|
}
|
|
}
|
|
|
|
|
|
.post-meta .wp-block-post-author:before,
|
|
.post-meta .wp-block-post-author:before,
|
|
.post-meta .wp-block-post-date:before,
|
|
.post-meta .wp-block-post-date:before,
|
|
-.post-meta .wp-block-post-tags:before,
|
|
|
|
-.post-meta .wp-block-post-hierarchical-terms:before {
|
|
|
|
|
|
+.post-meta .taxonomy-post_tag:before,
|
|
|
|
+.post-meta .taxonomy-category:before {
|
|
align-self: center;
|
|
align-self: center;
|
|
content: '';
|
|
content: '';
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -842,12 +842,12 @@ p.has-background {
|
|
mask-image: url(svg/post-date.svg);
|
|
mask-image: url(svg/post-date.svg);
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .wp-block-post-hierarchical-terms:before {
|
|
|
|
|
|
+.post-meta .taxonomy-category:before {
|
|
-webkit-mask-image: url(svg/post-category.svg);
|
|
-webkit-mask-image: url(svg/post-category.svg);
|
|
mask-image: url(svg/post-category.svg);
|
|
mask-image: url(svg/post-category.svg);
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .wp-block-post-tags:before {
|
|
|
|
|
|
+.post-meta .taxonomy-post_tag:before {
|
|
-webkit-mask-image: url(svg/post-tag.svg);
|
|
-webkit-mask-image: url(svg/post-tag.svg);
|
|
mask-image: url(svg/post-tag.svg);
|
|
mask-image: url(svg/post-tag.svg);
|
|
}
|
|
}
|