First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I am using a lot the “bold” function with the use of double star or underscore before and after words.
With the same double star or underscore using, could I have it my bold to be colored instead of black (for instance blue and bold), with an easy CSS instruction.
Until all the basic CSS changes I have tried have failed (like having colored headers)
Things I have tried
I have no succeeded CSS experience in obsidian
For instance to have colored headers, I have created an obsidian.css file in the “vault/.obsidian/snippets” file, and in this file I have instructed as below:
This will not change the bold color universally. Bold text inside blockquote, and possibly elsewhere, will not change color.
This snippet from the AnuPpuccin theme can change the bold color in blockquotes too. I added “strong” at the start to make it apply to reading view too: