pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    color: #2a2c2d;
    background: #e6e6e6
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.hljs-link {
    text-decoration: underline
}

.hljs-comment,
.hljs-quote {
    color: #676b79;
    font-style: italic
}

.hljs-params {
    color: #676b79
}

.hljs-attr,
.hljs-punctuation {
    color: #2a2c2d
}

.hljs-char.escape_,
.hljs-meta,
.hljs-name,
.hljs-operator,
.hljs-selector-tag {
    color: #c56200
}

.hljs-deletion,
.hljs-keyword {
    color: #d92792
}

.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-variable.language_ {
    color: #cc5e91
}

.hljs-code,
.hljs-formula,
.hljs-property,
.hljs-section,
.hljs-subst,
.hljs-title.function_ {
    color: #3787c7
}

.hljs-addition,
.hljs-bullet,
.hljs-meta .hljs-string,
.hljs-selector-class,
.hljs-string,
.hljs-symbol,
.hljs-title.class_,
.hljs-title.class_.inherited__ {
    color: #0d7d6c
}

.hljs-attribute,
.hljs-built_in,
.hljs-doctag,
.hljs-link,
.hljs-literal,
.hljs-meta .hljs-keyword,
.hljs-number,
.hljs-selector-id,
.hljs-tag,
.hljs-template-tag,
.hljs-template-variable,
.hljs-title,
.hljs-type,
.hljs-variable {
    color: #7641bb
}