You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if it was possible to change the highlight.js theme.
I first tried by adding <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/darkula.min.css"> to the code injection head, but it didn't work exactly (see below).
I was hoping it would look something like this.
To get it to work i used the developer tools to disable the backgrounds from both pre.codeblock code and pre.codeblock .lines.
The text was updated successfully, but these errors were encountered:
It would be nice if it was possible to change the highlight.js theme.
I first tried by adding
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/darkula.min.css">
to the code injection head, but it didn't work exactly (see below).I was hoping it would look something like this.
To get it to work i used the developer tools to disable the backgrounds from both
pre.codeblock code
andpre.codeblock .lines
.The text was updated successfully, but these errors were encountered: