/*prism highlight style taken from gitbook*/
section.post-content pre>code {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    white-space: pre;
    background: transparent;
    border: 0;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

section.post-content .highlight {
    padding: 1.5em;
    overflow: auto;
    font-size: 0.9em;
    line-height: 1.6;
    background-color: #f6f8fa;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    margin: 1.5em 0;
}

section.post-content .highlight pre {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

section.post-content pre {
    word-wrap: normal
}

section.post-content pre code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
    color: #24292e;
}

section.post-content pre code:before,section.post-content pre code:after {
    content: normal
}
/*gitbook end*/

section.post-content pre .token.operator{
    background: transparent;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string{
    background:transparent;
}
section.post-content pre[class*="language-"] {
    border-radius: 6px;
    background: transparent;
    position: relative;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    border: none;
}


@media (min-width: 425px) {

    section.post-content pre[class*="language-"] {
        margin:1.5em 0;
    }

}

/* 代码高亮颜色 */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #6a737d;
}

.token.punctuation {
    color: #24292e;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
    color: #005cc5;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin {
    color: #032f62;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #e36209;
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #d73a49;
}

.token.function {
    color: #6f42c1;
}

.token.regex,
.token.important {
    color: #e36209;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}
