Italic + Colour? #811
-
Hi guys, newbie here, I use the Blue Topaz theme in my Obsidian. In this theme, every italicized text is displayed in a greenish color. Unfortunately, while reviewing any flashcard, the text appears as normal italicized, without the greenish tone. Is there an easy way to make every italicized text, while reviewing a card, appear with the same greenish color, or any color? Pics bellow for illustrate. |
Beta Was this translation helpful? Give feedback.
Answered by
joao-casali
Dec 9, 2023
Replies: 1 comment
-
Got it! Based on this thread, I made a CSS snippet for the italic color:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joao-casali
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it!
Based on this thread, I made a CSS snippet for the italic color:
.theme-dark { --italic-color: rgb(0,255,0);};