/* PrismJS 1.19.0 https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */ /** * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML * Based on https://github.com/chriskempson/tomorrow-theme * @author Rose Pritchard */ .dark-mode code[class*="language-"], .dark-mode pre[class*="language-"] { color: #ccc; 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; } /* Code blocks */ .dark-mode pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } .dark-mode :not(pre) > code[class*="language-"], .dark-mode pre[class*="language-"] { background: #2d2d2d; } /* Inline code */ .dark-mode :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .dark-mode .token.comment, .dark-mode .token.block-comment, .dark-mode .token.prolog, .dark-mode .token.doctype, .dark-mode .token.cdata { color: #999; } .dark-mod .token.punctuation { color: #ccc; } .dark-mode .token.tag, .dark-mode .token.attr-name, .dark-mode .token.namespace, .dark-mode .token.deleted { color: #e2777a; } .dark-mode .token.function-name { color: #6196cc; } .dark-mode .token.boolean, .dark-mode .token.number, .dark-mode .token.function { color: #f08d49; } .dark-mode .token.property, .dark-mode .token.class-name, .dark-mode .token.constant, .dark-mode .token.symbol { color: #f8c555; } .dark-mode .token.selector, .dark-mode .token.important, .dark-mode .token.atrule, .dark-mode .token.keyword, .dark-mode .token.builtin { color: #cc99cd; } .dark-mode .token.string, .dark-mode .token.char, .dark-mode .token.attr-value, .dark-mode .token.regex, .dark-mode .token.variable { color: #7ec699; } .dark-mode .token.operator, .dark-mode .token.entity, .dark-mode .token.url { color: #67cdcc; } .dark-mode .token.important, .dark-mode .token.bold { font-weight: bold; } .dark-mode .token.italic { font-style: italic; } .dark-mode .token.entity { cursor: help; } .dark-mode .token.inserted { color: green; }