even
even copied to clipboard
Allow customization of inline code color
I would like to change the color of inline code. I see it is hard coded in sass/site.scss as $code-colour with a TODO note to allow customization. My knowledge of webdev is close to 0, is there a way to go around that in the meantime short of forking the repository and change the hard-coded value?
is there a way to go around that in the meantime short of forking the repository and change the hard-coded value?
Not currently. It would be possible if I switch to CSS variables but not planning to do it now.