How to modify the style of an inline code block

.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

1 Like