even icon indicating copy to clipboard operation
even copied to clipboard

Allow customization of inline code color

Open amorison opened this issue 4 years ago • 1 comments

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?

amorison avatar May 06 '21 19:05 amorison

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.

Keats avatar May 07 '21 07:05 Keats