/*!
  Theme: Github
  Author: Defman21
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding:1em
}

code.hljs {
    padding:3px 5px
}

.hljs {
    color: #333;
    background:#fff
}

.hljs ::selection, .hljs::selection {
    background-color: #c8c8fa;
    color:#333
}

.hljs-comment {
    color:#969896
}

.hljs-tag {
    color:#e8e8e8
}

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

.hljs-operator {
    opacity:.7
}

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

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

.hljs-class .hljs-title, .hljs-title, .hljs-title.class_ {
    color:#795da3
}

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

.hljs-addition, .hljs-built_in, .hljs-code, .hljs-doctag, .hljs-keyword.hljs-atrule, .hljs-quote, .hljs-regexp, .hljs-string, .hljs-title.class_.inherited__ {
    color:#183691
}

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

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

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

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

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