body:not(.dark-mode){code[class*=language-], pre[class*=language-] { color: #1f2937; background: none; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; 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-] { padding: 1em; margin: .5em 0; overflow: auto; } :not(pre) > code[class*=language-], pre[class*=language-] { background: #f6f8fa; } :not(pre) > code[class*=language-] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #6b7280; } .token.punctuation { color: #374151; } .token.namespace { opacity: .7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol { color: #b42318; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #0f766e; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #1d4ed8; } .token.atrule, .token.attr-value, .token.keyword { color: #7c3aed; } .token.function, .token.class-name { color: #0f766e; } .token.regex, .token.important, .token.variable { color: #b45309; } .token.important, .token.bold { font-weight: 700; } .token.italic { font-style: italic; } .token.entity { cursor: help; }}