/*!
  Theme: vulcan
  Author: Andrey Varfolomeev
  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: 20px;
    font-family: 'NexonLv1Gothic';
    line-height: 1.6;
    border-radius: 5px;
}
code.hljs {
    padding: 3px 5px
}
.hljs {
    color: #73828d;
    background: #041523
}

.hljs ::selection,
.hljs::selection {
    background-color: #003552;
    color: #75828d
}

.hljs-comment {
    color: #7c6f6f
}

.hljs-tag {
    color: #6b6977
}

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

.hljs-operator {
    opacity: .7
}

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

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

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

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

.hljs-addition,
.hljs-attribute,
.hljs-built_in,
.hljs-code,
.hljs-doctag,
.hljs-function .hljs-title,
.hljs-keyword.hljs-atrule,
.hljs-quote,
.hljs-regexp,
.hljs-section,
.hljs-string,
.hljs-title.class_.inherited__,
.hljs-title.function_,
.ruby .hljs-property {
    color: #977d7c
}

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

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

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

.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
    font-weight: 700
}
.hljs-property {
    color: #bbb;
}
.hljs span.language-xml {
    color: #555;
}