/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+c+csharp+cpp+css-extras+diff+docker+markup-templating+fsharp+flow+git+go+graphql+haskell+perl+php+sql+powershell+scss+python+sass+swift+yaml+wasm */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
.prism-tomorrow-night {
  /* Code blocks */
  /* Inline code */ }
  .prism-tomorrow-night code[class*='language-'],
  .prism-tomorrow-night pre[class*='language-'] {
    color: #ccc;
    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; }
  .prism-tomorrow-night pre[class*='language-'] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto; }
  .prism-tomorrow-night :not(pre) > code[class*='language-'],
  .prism-tomorrow-night pre[class*='language-'] {
    background: #2d2d2d; }
  .prism-tomorrow-night :not(pre) > code[class*='language-'] {
    padding: 0.1em;
    border-radius: 0.3em;
    white-space: normal; }
  .prism-tomorrow-night .token.comment,
  .prism-tomorrow-night .token.block-comment,
  .prism-tomorrow-night .token.prolog,
  .prism-tomorrow-night .token.doctype,
  .prism-tomorrow-night .token.cdata {
    color: #999; }
  .prism-tomorrow-night .token.punctuation {
    color: #ccc; }
  .prism-tomorrow-night .token.tag,
  .prism-tomorrow-night .token.attr-name,
  .prism-tomorrow-night .token.namespace,
  .prism-tomorrow-night .token.deleted {
    color: #e2777a; }
  .prism-tomorrow-night .token.function-name {
    color: #6196cc; }
  .prism-tomorrow-night .token.boolean,
  .prism-tomorrow-night .token.number,
  .prism-tomorrow-night .token.function {
    color: #f08d49; }
  .prism-tomorrow-night .token.property,
  .prism-tomorrow-night .token.class-name,
  .prism-tomorrow-night .token.constant,
  .prism-tomorrow-night .token.symbol {
    color: #f8c555; }
  .prism-tomorrow-night .token.selector,
  .prism-tomorrow-night .token.important,
  .prism-tomorrow-night .token.atrule,
  .prism-tomorrow-night .token.keyword,
  .prism-tomorrow-night .token.builtin {
    color: #cc99cd; }
  .prism-tomorrow-night .token.string,
  .prism-tomorrow-night .token.char,
  .prism-tomorrow-night .token.attr-value,
  .prism-tomorrow-night .token.regex,
  .prism-tomorrow-night .token.variable {
    color: #7ec699; }
  .prism-tomorrow-night .token.operator,
  .prism-tomorrow-night .token.entity,
  .prism-tomorrow-night .token.url {
    color: #67cdcc; }
  .prism-tomorrow-night .token.important,
  .prism-tomorrow-night .token.bold {
    font-weight: bold; }
  .prism-tomorrow-night .token.italic {
    font-style: italic; }
  .prism-tomorrow-night .token.entity {
    cursor: help; }
  .prism-tomorrow-night .token.inserted {
    color: green; }
