Issue with font colour in category badges

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);
}