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

code.hljs {
    /* padding: 3px 5px */
}

/*!
    Theme: devibeans (dark)
    Author: @terminaldweller
    Maintainer: @terminaldweller

    Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
*/
.hljs {
    background: #000;
    /* color: #a39e9b */
    color: #bdb7b4
}

.hljs-attr,
.hljs-template-tag {
    color: #8787d7
}

.hljs-comment,
.hljs-doctag,
.hljs-quote {
    color: #396
}

.hljs-params {
    color: #a39e9b
}

.hljs-regexp {
    color: #d700ff
}

.hljs-literal,
.hljs-number,
.hljs-selector-id,
.hljs-tag {
    color: #ef5350
}

.hljs-meta,
.hljs-meta .hljs-keyword {
    color: #0087ff
}

.hljs-code,
.hljs-formula,
.hljs-keyword,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-variable {
    color: #64b5f6
}

.hljs-built_in,
.hljs-deletion,
.hljs-title {
    color: #ff8700
}

.hljs-attribute,
.hljs-function,
.hljs-name,
.hljs-property,
.hljs-section,
.hljs-type {
    color: #ffd75f
}

.hljs-addition,
.hljs-bullet,
.hljs-meta .hljs-string,
.hljs-string,
.hljs-subst,
.hljs-symbol {
    color: #558b2f
}

.hljs-selector-tag {
    color: #96f
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}