CSS for universally changing color of bold font

Things I have tried

What I’m trying to do

I’d like to make it so that anytime font is bolded in the editor (and preview) it turns blue for example. Possible?

I have the custom CSS for the italics as follows:
i, em, span.cm-em {
color: #BB5606; }

What do I need to change to have one for the bold font too?

I believe the same way you did for italics:

Might be worth checking this thread out and searching the forum since this has been asked before too.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.