The class is being added. I can successfully change the background colour using my custom code.
But I still cannot change the text. In the inspector, I see that the correct colour is being applied:
.research--sdg-mb, .research--sdg-mb a, .research--sdg-mb svg {
color: #00689D !important;
fill: #00689D !important;
}
How do I target the text? It is not in the inspector so I can't see how the text was targeted.