what theme r u using. depends on the theme, they might have a setting to change that.
color-Heading css and default dark theme. I want to know the selector, so I could add it in config file
thanks for your reply
.markdown-rendered code, /* for preview/reading view */
.cm-s-obsidian span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code):not(.obsidian-search-match-highlight) /* for editing view */
{
...
}
if u want to inspect yourself the selector, you may refer to this post
Nice, obsidian turned out to be hidden browsers thank you!!
in browser i could quickly jump to elements in the Elements panel by ‘review them’ in the right-click menu, how to do in obsidian
it’s an electron based app. using web technology for desktop app. so there’s chromium engine inside
thanks ,now it is highlighter