Custom CSS for changing color of font for italics

Things I have tried

What I’m trying to do

What custom CSS can I put in in order to change the color of italicized font?

I think this will help you.

8+8 Highlighter[https://github.com/steveyang331/Obsidian-css/tree/main/8%2B8%20highlight%20colors]

Thanks. That gets me close. I’m trying to do it universally so that anytime something is italicized it just turns blue for example. Ideally in the editor and the preview.

I’d like to skip the typing of the #h/blue at the beginning of the line.

i, em, span.cm-em {
color: #3f4f6f; }

Using this CSS snippet will change the color of italics text universally.

6 Likes

SWEET. Thanks!

1 Like

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