Can I change the color of code in backticks `code` to something other than red?

Can I change the color of code in backticks code to something other than red?

I would like to use Dynalist public page as a website for my coding, but the tons of red make it look like a teacher’s correction dream ; )

With CSS you can do this:
.node-inline-code { background-color : gray; color: blue; padding: 2px 5px; }

This is a setting available to Pro users. If you are referring to syntax-highlighting, I am not sure the mechanism but there may be a way to control the language it uses to make the coloring change.

1 Like