Tabbed content titles

I’d like to have the active state of the tabbed content titles different. I have set a custom class for the titles but I cannot get the active state to work.

Any advice is appreciated.

Got it working with custom CSS:

.nav-link.active { color:black !important; }

Not sure why this didn’t work in the active state within the class box