<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Original highlight.js style (c) Ivan Sagalaev &lt;maniac@softwaremaniacs.org&gt;

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}


/* Base color: saturation 0; */

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #009900;
}

.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}


/* User color: hue: 0 */

.hljs-type,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #FF8000;
  font-weight: normal;
}

.hljs-string {
  color: #737373;
  font-weight: normal;
  font-style: normal;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}


/* Language color: hue: 90; */

.hljs-literal {
  color: #78A960;
  font-weight: normal;
  font-style: normal;
}

.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}


.hljs-keyword,
.hljs-opcodes {
  color: #0000ff;
  font-weight: bold;
  font-style: normal;
}

.hljs-builtin {
  color: #800000;
  font-weight: bold;
  font-style: italic;
}

.hljs-label,
.hljs-special {
  color: #800000;
  font-weight: normal;
  font-style: normal;
}

.hljs-function,
.hljs-define {
  color: #800000;
  font-weight: bold;
  font-style: normal;
}


/* Meta color: hue: 200 */

.hljs-keywords {
  color: #8080ff;
  font-weight: normal;
  font-style: normal;
}

.hljs-meta-string {
  color: #4d99bf;
}


/* Misc effects */

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}</pre></body></html>