css@monokai-code-block
#UserCSS
code:style.css
.line span.code-block{
background-color: unset;
}
.line span.code-block{
background-color: #272822 !important;
}
.hljs {
color: #FFFFFF !important;
}
.hljs-attribute,
.hljs-tag,
.hljs-keyword,
.hljs-strong,
.hljs-name {
color: #f92672 !important;
}
.hljs-function,
.hljs-type,
.hljs-code {
color: #66d9ef !important;
}
.hljs-symbol,
.hljs-regexp,
.hljs-link {
color: #FFFFFF !important;
}
.hljs-string {
color: #e6db74 !important;
}
.hljs-literal {
color: #ae81ff !important;
}
.hljs-variable {
color: #FD971F !important;
}
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-selector-class,
.hljs-selector-tag,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-template-tag,
.hljs-template-variable {
color: #a6e22e !important;
}
.hljs-number,
.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
color: white !important;
}
.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
color: #75715e !important;
}
.hljs-keyword,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type {
font-weight: bold !important;
}