/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript */
/* Prism theme
* Author: Alexandra Batrak */

code[class*="language-"],
pre[class*="language-"] {
  font: 0.88rem/1.5 "JetBrains", Consolas, Monaco, "Andale Mono", "Ubuntu Mono",
    monospace;
  color: #fff3ff;
  background: 0 0;
  text-shadow: 0 1px rgba(1, 0, 1, 0.3);
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: break-word;
  word-wrap: normal;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: rgba(1, 0, 1, 0.75);
}

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

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

.token.punctuation {
  color: #fff3ff;
}

.token.namespace {
  opacity: 0.7;
}

.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
  color: #e072be;
}

.token.boolean,
.token.number {
  color: #9596f7;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #08a665;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
  color: #409cff;
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
  color: #f6b3fb;
}

.token.keyword {
  color: #17baff;
}

.token.important,
.token.regex {
  color: #eb8494;
}

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

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

.token.entity {
  cursor: help;
}
