Hi there,
I submitted a ticket about this but I’m trying to resolve ASAP so wondering if anyone here can help.
Modbreaks and Best Answers are showing in unreadable/unexpected colors. I’m guessing Pinned Replies are, too, I just don’t have an example at hand.
Our company changed our brand blue slightly and I updated it using Theme > Colors but I’m not sure why this would impact the colors of these highlighted posts, as both blues were dark blues.
Any suggestions?

Best Answers used to show with a light green background (and they still do when viewed as embedded in original post as best answer).

Modbreaks used to be transparent and only have a light blue border.
Best answer by LPortalupi
In the end, this is the custom CSS I added to get Best Answer & Modbreaks to appear correctly:
.post--bestanswer {
border: 1px solid #37bc98;
background: #f7fcfa;
}
.post--modbreak {
border: 1px solid #382d8b;
background: #f7f6fe;
}
[