I am not sure if my question is clear as I have no idea about css.
I want to change the markdown single backtick highlight color in Hugo theme. for example This is an example
.
In the above text "This is an example", the background color is grey and font color is black. How can I change the backdrop color and font color ?
I do not want to change the background of my blog. only the ** single back-ticked `` text**.
Thanks a lot.
In my Hugo template, the backtick highlights are put into <code>
tags. So add CSS that styles code
tags to whatever background you like.