las3r THis blue styling breaks my forum
You can overwrite the blue color "#005cc5" with your desired color
Add this CSS code with the changed color to the custom CSS
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-variable {
color:#005cc5
}
Example: red
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-variable {
color:#ff0000 !important;
}
You can also try Clipboardjs & Code Language