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

code[class*="language-"],
pre[class*="language-"] {
  /* Sets color for the CSS value */
  color: rgba(210, 218, 226, 1);
  background: 0 0;
  text-shadow: 0 0 rgba(0, 0, 0, 0.3);
  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: 0.5em 0;
  overflow: auto;
  border: 1px solid rgba(205, 132, 241, 1);
  border-radius: 0.3em;
}
/* Sets background color */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: rgba(72, 84, 96, 1);
}

:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
/* Sets color for comments */
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: rgba(149, 175, 192, 1);
}
/* Sets color for punctuation e.g. ";" and "{" */
.token.punctuation {
  color: rgba(119, 139, 235, 1);
}

.token.namespace {
  opacity: 0.7;
}
/* Sets color for CSS property */
.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
  color: rgba(205, 132, 241, 1);
}

.token.boolean,
.token.number {
  color: #009726;
}
/* Sets color for CSS selector on website */
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: rgba(11, 232, 129, 1);
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
  color: #f8f8f2;
}
/* Sets color before the "(" in the CSS value */
.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
  color: rgba(247, 215, 148, 1);
}

.token.keyword {
  color: #66d9ef;
}
/* Sets color for important on website */
.token.important,
.token.regex {
  color: rgba(50, 255, 126, 1);
}

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

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

.token.entity {
  cursor: help;
}

/*========================= 
CSS for prism on mobile
==========================*/
@media (max-width: 430px) {
  code[class*="language-"],
  pre[class*="language-"] {
    /* Sets CSS value on website*/
    color: rgba(0, 168, 255, 1);
  }
  /* Sets background color */
  :not(pre) > code[class*="language-"],
  pre[class*="language-"] {
    background: rgba(47, 54, 64, 1);
  }
  /* Sets color for CSS selector on website */
  .token.attr-name,
  .token.builtin,
  .token.char,
  .token.inserted,
  .token.selector,
  .token.string {
    color: rgba(220, 221, 225, 1);
  }
  /* Sets color for CSS property on website */
  .token.constant,
  .token.deleted,
  .token.property,
  .token.symbol,
  .token.tag {
    color: rgba(251, 197, 49, 1);
  }
  /* Sets color for punctuation e.g. ";" and "{" */
  .token.punctuation {
    color: rgba(76, 209, 55, 1);
  }
  /* Sets color before the "(" in the CSS value */
  .token.atrule,
  .token.attr-value,
  .token.class-name,
  .token.function {
    color: rgba(232, 65, 24, 1);
  }
  /* Sets color for important on website */
  .token.important,
  .token.regex {
    color: rgba(232, 65, 24, 1);
  }
}

