Alternatively, to restyle the bullet to a tag icon:
.discourse-tag.bullet::before {
font-size: 1.0em;
top: 0em;
margin-right: 3px;
content: "\f02b";
color: #ccc;
}
for:
Alternatively, to restyle the bullet to a tag icon:
.discourse-tag.bullet::before {
font-size: 1.0em;
top: 0em;
margin-right: 3px;
content: "\f02b";
color: #ccc;
}
for: