@charset "utf-8";
/**
 * 作品：Z-Blog代码高亮+复制
 * 作者：隔壁老李
 * 网址：https://yeelz.com
 */
@font-face{font-family:MonacoRegular;src:local("Monaco"),url(monaco-webfont.woff2) format("woff2");font-display:swap}
code[class*=language-],pre,pre>code,pre[class*=language-]{color:#fff!important;text-shadow:none;font-size:1rem;font-family:Monaco,MonacoRegular,'Microsoft Yahei',monospace,sans-serif}
pre[class*=language-]{border-radius:.6em;padding-top:2.8em}
pre{border-radius:.6em;padding:2.8em 1em 1em;margin:.5em 0;overflow:auto}
:not(pre)>code[class*=language-],pre,pre[class*=language-]{background:#1f1f1f!important}
pre>code{display:block;overflow-x:auto;padding-bottom:.5em;background:#1f1f1f!important}
pre.prism-line-numbers>code{padding-left:2em}
.prism-token.prism-punctuation,pre{color:#fff}
.prism-token.prism-boolean,.prism-token.prism-constant,.prism-token.prism-deleted,.prism-token.prism-number,.prism-token.prism-symbol,.prism-token.prism-tag,.prism-token.property{color:#f92650}
.prism-token.prism-attr-name,.prism-token.prism-builtin,.prism-token.prism-char,.prism-token.prism-inserted,.prism-token.prism-selector,.prism-token.prism-string{color:#a6e22d}
.prism-language-css .prism-token.prism-string,.prism-style .prism-token.prism-string,.prism-token.prism-entity,.prism-token.prism-operator,.prism-token.prism-url{color:#fff;background:0 0}
.prism-token.prism-atrule,.prism-token.prism-attr-value,.prism-token.prism-keyword{color:#e6db5d}
.prism-token.prism-function{color:#dd4a68}
.prism-line-numbers .prism-line-numbers-rows{border-right:none;left:0;width:2.2em}
.prism-line-numbers-rows>span:before{color:#868686;padding-right:none;text-align:left}
div.prism-show-language{position:relative}
.prism-show-language:before{display:inline-block;z-index:1;content:" ";position:absolute;-webkit-border-radius:50%;border-radius:50%;background:#fc6054!important;width:15px;height:15px;-webkit-box-shadow:22px 0 #fbc606,44px 0 #2ac744;box-shadow:22px 0 #fbc606,44px 0 #2ac744;float:right;top:13px;left:13px;border-color:transparent}
div.prism-show-language>div.prism-show-language-label[data-language]{background-color:transparent;border:0;font-size:14px;padding:.5em .8em;color:#fff}
.prism-show-language-label img.Jz52_code{display:inline;border-radius:0;margin:2px 4px 4px 0}
div.post-body code{border:none}
pre,pre.prism-line-numbers{padding-left:1em;padding-bottom:.5em}
pre ::-webkit-scrollbar{width:6px;height:6px}
pre ::-webkit-scrollbar-thumb{background-color:rgba(112,128,144,.4);border-radius:3px}
pre ::-webkit-scrollbar-thumb:hover{background-color:#708090}
pre ::-webkit-scrollbar-track{background-color:transparent;border-radius:3px}
pre *{scrollbar-color:rgba(112,128,144,.4) transparent;scrollbar-width:thin}