/* PrismJS 1.30.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+json+markdown+regex+rust+typescript
and https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+bash+json+markdown+regex+rust+typescript
modified to remove extra padding, and add .dark prefix for darkmodes */
code[class*="language-"], pre[class*="language-"] {
  color: #000;
  text-shadow: 0 1px #fff;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
  background: 0 0;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  line-height: 1.5;
}
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"], pre[class*="language-"] {
    text-shadow: none;
  }
}
pre[class*="language-"] {
  overflow: auto;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
  background: #f5f2f0;
}
:not(pre) > code[class*="language-"] {
  white-space: normal;
  border-radius: 0.3em;
  padding: 0.1em;
}
.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: #ffffff80;
}
.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}
.token.class-name, .token.function {
  color: #dd4a68;
}
.token.important, .token.regex, .token.variable {
  color: #e90;
}
.token.bold, .token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.dark code[class*="language-"], .dark pre[class*="language-"] {
  color: #f8f8f2;
  text-shadow: 0 1px #0000004d;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
  background: 0 0;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  line-height: 1.5;
}
.dark pre[class*="language-"] {
  overflow: auto;
}
.dark :not(pre) > code[class*="language-"], .dark pre[class*="language-"] {
  background: #272822;
}
.dark :not(pre) > code[class*="language-"] {
  white-space: normal;
  border-radius: 0.3em;
  padding: 0.1em;
}
.dark .token.cdata,
.dark .token.comment,
.dark .token.doctype,
.dark .token.prolog {
  color: #8292a2;
}
.dark .token.punctuation {
  color: #f8f8f2;
}
.dark .token.namespace {
  opacity: 0.7;
}
.dark .token.constant,
.dark .token.deleted,
.dark .token.property,
.dark .token.symbol,
.dark .token.tag {
  color: #f92672;
}
.dark .token.boolean, .dark .token.number {
  color: #ae81ff;
}
.dark .token.attr-name,
.dark .token.builtin,
.dark .token.char,
.dark .token.inserted,
.dark .token.selector,
.dark .token.string {
  color: #a6e22e;
}
.dark .language-css .token.string,
.dark .style .token.string,
.dark .token.entity,
.dark .token.operator,
.dark .token.url,
.dark .token.variable {
  color: #f8f8f2;
}
.dark .token.atrule,
.dark .token.attr-value,
.dark .token.class-name,
.dark .token.function {
  color: #e6db74;
}
.dark .token.keyword {
  color: #66d9ef;
}
.dark .token.important, .dark .token.regex {
  color: #fd971f;
}
.dark .token.bold, .dark .token.important {
  font-weight: 700;
}
.dark .token.italic {
  font-style: italic;
}
.dark .token.entity {
  cursor: help;
}
