I need to change a text color of a code cell (namely code cell, not just a text block) that is defined using "`" symbols in Markdown. All my attempts have failed and the color stays the same, which is by default black
I have tried to use <font color="...">...<\font>
attribute and also <span style="color:...;">...<\span>
attribute. All of them didn't work and the text is still the same as on the attached image. How can I solve this problem and finally change the color to whatever I want?
Code cell which text I want to change