pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
}
code.hljs {
    padding: 3px 5px;
}
.hljs {
    background: #fff;
    color: #001080;
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
    color: green;
}
.hljs-keyword,
.hljs-name,
.hljs-selector-tag,
.hljs-literal,
.hljs-tag {
    color: #00f;
}
.hljs-addition,
.hljs-attribute,
.hljs-section,
.hljs-string,
.hljs-template-tag,
.hljs-template-variable {
    color: #a31515;
}
.hljs-type {
    color: #0000FF;
}
.hljs-deletion,
.hljs-meta,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #2b91af;
}
.hljs-doctag {
    color: grey;
}
.hljs-attr {
    color: red;
}
.hljs-bullet,
.hljs-link,
.hljs-symbol {
    color: #00b0e8;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: 700;
}
.hljs-built_in {
    color: #795E26;
}
.hljs-function {
    color: #795E26;
}
.hljs-field,
.hljs-title {
    color: #267F99;
}
.hljs-number {
    color: #098658;
}
.hljs-custom-function {
    color: #795E26;
}