pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  color: #0b0;
  background: #010;
}
.hljs ::selection,
.hljs::selection {
  background-color: #050;
  color: #0b0;
}

.hljs-comment {
  color: #050;
}

/*
.hljs-comment {
  background: repeating-linear-gradient( to bottom, rgb(0, 255, 0) 1px, rgb(0, 0, 0) 3px, rgb(0, 255, 0) 1px );
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/
.hljs-tag {
  color: #090;
}
.hljs-operator,
.hljs-punctuation,
.hljs-subst {
  color: #0b0;
}
.hljs-operator {
  opacity: 0.7;
}
.hljs-bullet,
.hljs-deletion,
.hljs-name,
.hljs-selector-tag,
.hljs-template-variable,
.hljs-variable {
  color: #070;
}
.hljs-attr,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-symbol,
.hljs-variable.constant_ {
  color: #090;
}
.hljs-class .hljs-title,
.hljs-title,
.hljs-title.class_ {
  color: #0b0;
}
.hljs-strong {
  font-weight: 700;
  color: #070;
}

.hljs-function,
.hljs-addition,
.hljs-code,
.hljs-string,
.hljs-title.class_.inherited__ {
  color: #0b0;
}

.hljs-function .hljs-title {
  color: #0f0;
  font-weight: 600;
}

.hljs-doctag,
.hljs-keyword.hljs-atrule,
.hljs-quote,
.hljs-regexp {
  color: #050;
}

.hljs-built_in,
.hljs-attribute,
.hljs-title,
.hljs-section,
.hljs-title.function_,
.ruby .hljs-property {
  color: #090;
}
.diff .hljs-meta,
.hljs-keyword,
.hljs-template-tag,
.hljs-type {
  color: #070;
}
.hljs-emphasis {
  color: #0b0;
  font-style: italic;
}
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
  color: #080;
}
.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
  font-weight: 700;
}
