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

code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #1f1d1f;
    color: #e8e8e8
}

.hljs-comment {
    color: #888888
}

.hljs-punctuation, .hljs-tag {
    color: #88d3e3
}

.hljs-tag .hljs-attr, .hljs-tag .hljs-name {
    color: #aad573
}

.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag {
    color: #a093ec;
    font-weight: 700
}

.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
    color: #e8647e
}

.hljs-section, .hljs-title {
    color: #ea9463;
    font-weight: 700
}

.hljs-link, .hljs-operator, .hljs-regexp, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-symbol, .hljs-template-variable, .hljs-variable {
    color: #f6d568
}

.hljs-literal {
    color: #88d3e3
}

.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
    color: #aad573
}

.hljs-meta {
    color: #a093ec
}

.hljs-meta .hljs-string {
    color: #e8647e
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}