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

code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #23241f;
    color: #f8f8f2
}

.hljs-subst,
.hljs-tag {
    color: #f8f8f2
}

.hljs-emphasis,
.hljs-strong {
    color: #a8a8a2
}

.hljs-bullet,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-quote,
.hljs-regexp {
    color: #ae81ff
}

.hljs-code,
.hljs-section,
.hljs-selector-class,
.hljs-title {
    color: #a6e22e
}

.hljs-strong {
    font-weight: 700
}

.hljs-emphasis {
    font-style: italic
}

.hljs-attr,
.hljs-keyword,
.hljs-name,
.hljs-selector-tag {
    color: #f92672
}

.hljs-attribute,
.hljs-symbol {
    color: #66d9ef
}

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

.hljs-addition,
.hljs-built_in,
.hljs-selector-attr,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-string,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
    color: #e6db74
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #75715e
}

.post-main pre {
    position: relative;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    text-shadow: none;
    font: 15px/22px Microsoft YaHei, Arial, Sans-Serif;
    line-height: 1.6
}

.post-main pre .hljs {
    padding: 15px 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.8
}

.post-main pre .hljs table {
    margin: 0;
    border: none;
    line-height: 1.8
}

.post-main pre .hljs table tr {
    border-bottom: 1px solid #272727
}

.post-main pre .hljs table tr:last-child {
    border-bottom: none
}

.post-main pre .hljs table tr:nth-child(odd) {
    background: 0 0
}

.post-main pre .hljs table tr td.hljs-ln-numbers {
    width: 7px
}

.post-main pre .hljs table tr td.hljs-ln-numbers .hljs-ln-n {
    padding: 0 8px;
    color: #5a5a5a;
    text-align: center;
    font-weight: 300
}

.post-main pre .hljs table tr td.hljs-ln-code {
    border-left: 1px solid #272727;
    text-indent: 12px
}

.post-main pre .hljs table tr td {
    border: none;
    text-align: inherit;
    line-height: inherit
}

.wp-block-code:before {
    position: absolute;
    left: 12px;
    z-index: 2;
    margin-top: -21px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    content: " "
}