|
@@ -46,4 +46,24 @@ img {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
+.post-meta .wp-block-post-author:before {
|
|
|
+ -webkit-mask-image: url(svg/post-author.svg);
|
|
|
+ mask-image: url(svg/post-author.svg);
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .wp-block-post-date:before {
|
|
|
+ -webkit-mask-image: url(svg/post-date.svg);
|
|
|
+ mask-image: url(svg/post-date.svg);
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .wp-block-post-hierarchical-terms:before {
|
|
|
+ -webkit-mask-image: url(svg/post-category.svg);
|
|
|
+ mask-image: url(svg/post-category.svg);
|
|
|
+}
|
|
|
+
|
|
|
+.post-meta .wp-block-post-tags:before {
|
|
|
+ -webkit-mask-image: url(svg/post-tag.svg);
|
|
|
+ mask-image: url(svg/post-tag.svg);
|
|
|
+}
|
|
|
+
|
|
|
/*# sourceMappingURL=theme.css.map */
|