pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}


.hljs, .msg pre.hljs {
  color: #ffffff; /*#abb2bf;*/
  background: color-mix(in srgb, transparent, #282c34 80%); /*#282c34*/
  margin-top: 0.5em;
}
.hljs-comment,
.hljs-quote {
  color: #9b9ea4; /*#009900*/
  font-style: italic
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #54b4d6; /*#83b2c3 */ /*#c678dd*/
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75
}
.hljs-literal {
  color: #e4e916; /* #56b6c2 */
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
  color: #e7bb6d
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #98c379; /*#098658*/
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #faadad; /*#61aeee*/
}
.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #dc66ff; /*#c678dd*/ /* #774499 */ /*#e6c07b*/
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-link {
  text-decoration: underline
}

/* FVL */
.hljs-tag, .hljs-tag .hljs-name, .hljs-tag .hljs-attr {
	color: #8188d2 ; /* blueish */
}