pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 20px;
    font-family: 'NexonLv1Gothic';
    line-height: 1.6;
    margin-bottom: 20px;
    border-radius: 5px;
}
code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #102149;
    color: #B5B5B5
}

.hljs-subst {
    color: #B5B5B5
}

.hljs-section {
    color: #e0e0e0
}

.hljs-comment,
.hljs-meta,
.hljs-quote {
    color: #666
}

.hljs-bullet,
.hljs-regexp,
.hljs-string,
.hljs-symbol {
    color: #D9AE2F
}

.hljs-addition,
.hljs-number {
    color: #03DE70
}

.hljs-attribute,
.hljs-built_in,
.hljs-link,
.hljs-literal,
.hljs-template-variable,
.hljs-type {
    color: #32aaee
}

.hljs-keyword,
.hljs-name,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-tag {
    color: #7952C7
}

.hljs-deletion,
.hljs-template-tag,
.hljs-title,
.hljs-variable {
    color: #D1257B
}

.hljs-doctag,
.hljs-section,
.hljs-strong {
    font-weight: 700
}

.hljs-emphasis {
    font-style: italic
}