Add a CSS snippet with the following CSS. Change the color value according to your requirements
.cm-s-obsidian .HyperMD-codeblock {
color: yellow;
}
If this doesn’t work try adding “!important” after the color value.
Edit: @volkovics I am sorry because the above is not for inline code. However, the following is!
.cm-s-obsidian span.cm-inline-code {
color: yellow;
}