pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    color: #232629;
    background: white;
}

.hljs ::selection, .hljs::selection {
    background-color: #deded8;
    color: #232629
}

.hljs-comment {
    color: #6C6C6C
}

.hljs-tag {
    color: #60615d
}

.hljs-operator, .hljs-punctuation, .hljs-subst {
    color: #232629
}

.hljs-operator {
    opacity: .7
}

.hljs-bullet, .hljs-deletion, .hljs-name, .hljs-selector-tag, .hljs-template-variable, .hljs-variable {
    color: #660000
}

.hljs-attr, .hljs-link, .hljs-literal, .hljs-number, .hljs-symbol, .hljs-variable.constant_ {
    color: #1750EB
}

.hljs-class .hljs-title, .hljs-title, .hljs-title.class_ {
    color: black;
}

.hljs-strong {
    font-weight: 700;
    color: #ffb627
}

.hljs-addition, .hljs-code, .hljs-string, .hljs-title.class_.inherited__ {
    color: #067D17
}

.hljs-built_in, .hljs-doctag, .hljs-keyword.hljs-atrule, .hljs-quote, .hljs-regexp {
    color: #0033B3
}

.hljs-attribute, .hljs-function .hljs-title, .hljs-section, .hljs-title.function_, .ruby .hljs-property {
    color: #00627A
}

.diff .hljs-meta, .hljs-keyword, .hljs-template-tag, .hljs-type {
    color: #0033B3
}

.hljs-emphasis {
    color: #0033B3;
    font-style: italic
}

.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string {
    color: #0033B3
}

.hljs-meta .hljs-keyword, .hljs-meta-keyword {
    font-weight: 700
}
