.wp-block-post-terms.taxonomy-category:before, .wp-block-post-terms.taxonomy-post_tag:before {
content: "";
background-color: currentColor;
display: inline-flex;
align-self: center;
height: 1em;
width: 1em;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-post-terms.taxonomy-category:before {
-webkit-mask-image: url(//spokane127.org/wp-content/themes/flat-blocks/assets/icons/category.svg);
mask-image: url(//spokane127.org/wp-content/themes/flat-blocks/assets/icons/category.svg);
margin-right: 0.15em;
}
.wp-block-post-terms.taxonomy-post_tag:before {
-webkit-mask-image: url(//spokane127.org/wp-content/themes/flat-blocks/assets/icons/tag.svg);
mask-image: url(//spokane127.org/wp-content/themes/flat-blocks/assets/icons/tag.svg);
margin-right: 0.15em;
} .wp-block-term-description p {
margin-block-start: 0;
margin-block-end: 0;
}