category colors in topic list

main
barisusakli 9 years ago
parent 7a0d8aa13d
commit 8f0eeefd46

@ -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> &bull;
<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> &bull;
</small>
<!-- ENDIF !template.category -->

Loading…
Cancel
Save