if your forum is just using the one theme and color palette, then you can add this in your custom css:
.badge-category__wrapper .badge-category__name {
color: var(--secondary);
}
if your forum is just using the one theme and color palette, then you can add this in your custom css:
.badge-category__wrapper .badge-category__name {
color: var(--secondary);
}