@ -73,6 +73,10 @@
white-space: nowrap;
}
.fa-stack {
font-size: 90%;
&:last-child li {
@ -85,6 +89,8 @@
font-weight: bold;
.category, .categories, .subcategory {
@ -29,7 +29,7 @@
<!-- IF !template.category -->
<small>
<a href="{config.relative_path}/category/{topics.category.slug}"><i class="fa {topics.category.icon}"></i> {topics.category.name}</a> •
<a href="{config.relative_path}/category/{topics.category.slug}"><span class="fa-stack fa-lg"><i style="color:{topics.category.bgColor};"class="fa fa-circle fa-stack-2x"></i><i style="color:{topics.category.color};" class="fa {topics.category.icon} fa-stack-1x"></i></span> {topics.category.name}</a> •
</small>
<!-- ENDIF !template.category -->