.hljs {
  color: #000;
}

.hljs-built_in,
.hljs-name,
.hljs-selector-tag,
.hljs-tag {
  color: #00f;
}
.hljs-addition,
.hljs-attribute,
.hljs-section,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type {
  color: #a31515;
}

.hljs-literal {
  color: #0000ff;
}

.hljs-deletion,
.hljs-meta,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #2b91af;
}
.hljs-doctag {
  color: grey;
}
.hljs-attr {
  color: red;
}
.hljs-bullet,
.hljs-link,
.hljs-symbol {
  color: #00b0e8;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}

.hljs-keyword {
  color: #00f;
  font-weight: bold;
}

.hljs-variable, .hljs-title {
  color: black;
}

.hljs-number {
  color: #ff8000;
}

.hljs-comment {
  color: #008000;
}

.hljs-string,
.hljs-quote {
  color: #808080;
}