@media (prefers-color-scheme: dark) {
    .blog-content pre>code {
        --primary-color: #cd98ff !important;
        --secondary-color: #7bf8ee !important;
        --success-color: #47d683 !important;
        --info-color: #85adf7 !important;
        --warning-color: #ffe289 !important;
        --danger-color: #f76677 !important;
    }
}

code[class*="language-"],
pre[class*="language-"] {
    color: var(--heading-color);
    background: none;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
    background: var(--low-contrast-color);
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
    background: var(--low-contrast-color);
}

/* Code blocks */
pre[class*="language-"] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: var(--main-bg-color);
    box-shadow: var(--box-shadow-border);
}

/* Inline code */
:not(pre)>code[class*="language-"] {
    padding: 0.1em 0.3em;
    border-radius: 0.3em;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #8da1b9;
}

.token.punctuation {
    color: var(--heading-color);
}

.token.delimiter.important,
.token.selector .parent,
.token.tag,
.token.tag .token.punctuation {
    color: var(--secondary-color);
}

.token.attr-name,
.token.boolean,
.token.boolean.important,
.token.number,
.token.constant,
.token.selector .token.attribute {
    color: var(--info-color);
}

.token.class-name,
.token.key,
.token.parameter,
.token.property,
.token.property-access,
.token.variable {
    color: var(--primary-color);
}

.token.attr-value,
.token.inserted,
.token.color,
.token.selector .token.value,
.token.string,
.token.string .token.url-link {
    color: var(--success-color);
}

.token.builtin,
.token.keyword-array,
.token.package,
.token.regex {
    color: #b564e9;
}

.token.function,
.token.selector .token.class,
.token.selector .token.id {
    color: #b564e9;
}

.token.atrule .token.rule,
.token.combinator,
.token.keyword,
.token.operator,
.token.pseudo-class,
.token.pseudo-element,
.token.selector,
.token.unit {
    color: var(--danger-color);
}

.token.deleted,
.token.important {
    color: var(--danger-color);
}

.token.keyword-this,
.token.this {
    color: #6cb8e6;
}

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

.token.delimiter.important {
    font-weight: inherit;
}

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

.token.entity {
    cursor: help;
}

.language-markdown .token.title,
.language-markdown .token.title .token.punctuation {
    color: #6cb8e6;
    font-weight: bold;
}

.language-markdown .token.blockquote.punctuation {
    color: #f4adf4;
}

.language-markdown .token.code {
    color: var(--success-color);
}

.language-markdown .token.hr.punctuation {
    color: #6cb8e6;
}

.language-markdown .token.url .token.content {
    color: var(--success-color);
}

.language-markdown .token.url-link {
    color: #e6d37a;
}

.language-markdown .token.list.punctuation {
    color: #f4adf4;
}

.language-markdown .token.table-header {
    color: #e3eaf2;
}

.language-json .token.operator {
    color: #e3eaf2;
}

.language-scss .token.variable {
    color: #66cccc;
}

/* overrides color-values for the Show Invisibles plugin
  * https://prismjs.com/plugins/show-invisibles/
  */
.token.token.tab:not(:empty):before,
.token.token.cr:before,
.token.token.lf:before,
.token.token.space:before {
    color: #8da1b9;
}

/* overrides color-values for the Toolbar plugin
  * https://prismjs.com/plugins/toolbar/
  */
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>button {
    color: #111b27;
    background: #6cb8e6;
}

div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus {
    color: #111b27;
    background: #6cb8e6da;
    text-decoration: none;
}

div.code-toolbar>.toolbar.toolbar>.toolbar-item>span,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus {
    color: #111b27;
    background: #8da1b9;
}

/* overrides color-values for the Line Highlight plugin
  * http://prismjs.com/plugins/line-highlight/
  */
.line-highlight.line-highlight {
    background: #3c526d5f;
    background: linear-gradient(to right, #3c526d5f 70%, #3c526d55);
}

.line-highlight.line-highlight:before,
.line-highlight.line-highlight[data-end]:after {
    background-color: #8da1b9;
    color: #111b27;
    box-shadow: 0 1px #3c526d;
}

pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before {
    background-color: #8da1b918;
}

/* overrides color-values for the Line Numbers plugin
  * http://prismjs.com/plugins/line-numbers/
  */
.line-numbers.line-numbers .line-numbers-rows {
    border-right: 1px solid #0b121b;
    background: #0b121b7a;
}

.line-numbers .line-numbers-rows>span:before {
    color: #8da1b9da;
}

/* overrides color-values for the Match Braces plugin
  * https://prismjs.com/plugins/match-braces/
  */
.rainbow-braces .token.token.punctuation.brace-level-1,
.rainbow-braces .token.token.punctuation.brace-level-5,
.rainbow-braces .token.token.punctuation.brace-level-9 {
    color: #e6d37a;
}

.rainbow-braces .token.token.punctuation.brace-level-2,
.rainbow-braces .token.token.punctuation.brace-level-6,
.rainbow-braces .token.token.punctuation.brace-level-10 {
    color: #f4adf4;
}

.rainbow-braces .token.token.punctuation.brace-level-3,
.rainbow-braces .token.token.punctuation.brace-level-7,
.rainbow-braces .token.token.punctuation.brace-level-11 {
    color: #6cb8e6;
}

.rainbow-braces .token.token.punctuation.brace-level-4,
.rainbow-braces .token.token.punctuation.brace-level-8,
.rainbow-braces .token.token.punctuation.brace-level-12 {
    color: #c699e3;
}

/* overrides color-values for the Diff Highlight plugin
  * https://prismjs.com/plugins/diff-highlight/
  */
pre.diff-highlight>code .token.token.deleted:not(.prefix),
pre>code.diff-highlight .token.token.deleted:not(.prefix) {
    background-color: #cd66601f;
}

pre.diff-highlight>code .token.token.inserted:not(.prefix),
pre>code.diff-highlight .token.token.inserted:not(.prefix) {
    background-color: #91d0761f;
}

/* overrides color-values for the Command Line plugin
  * https://prismjs.com/plugins/command-line/
  */
.command-line .command-line-prompt {
    border-right: 1px solid #0b121b;
}

.command-line .command-line-prompt>span:before {
    color: #8da1b9da;
}