/*!
  Theme: Nova
  Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  color: #c5d4dd;
  background: #3c4c55;
}
.hljs::selection,
.hljs ::selection {
  background-color: #6a7d89;
  color: #c5d4dd;
}
.hljs-comment,
.hljs-tag {
  color: #899ba6;
}
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
  color: #c5d4dd;
}
.hljs-operator {
  opacity: 0.7;
}
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
  color: #83afe5;
}
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
  color: #7fc1ca;
}
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_,
.hljs-strong {
  color: #a8ce93;
}
.hljs-strong {
  font-weight: bold;
}
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
  color: #7fc1ca;
}
.hljs-built_in,
.hljs-doctag,
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
  color: #f2c38f;
}
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
  color: #83afe5;
}
.hljs-type,
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword,
.hljs-emphasis {
  color: #9a93e1;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
  color: #f2c38f;
}
.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
  font-weight: bold;
}
