pre > code,
pre > code span {
  font-family: "Sans Mono", "Consolas", "Courier", monospace;
}

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

.hljs {
  color: #fff;
  background: #1e1d22;
  border-radius: 5px;
}
.def_code_bg {
  background: #151418 !important;
}
.hljs-subst {
  color: #fff;
}
.hljs-comment {
  color: #4dc75d;
}
.hljs-attr,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-section,
.hljs-selector-tag {
  color: #aa7be7;
}
.hljs-attribute {
  color: #c59bc1;
}
.hljs-number {
  color: #c9e64a;
}
.hljs-name,
.hljs-quote,
.hljs-selector-id,
.hljs-template-tag,
.hljs-type {
  color: #dd9139;
}
.hljs-selector-class {
  color: #aa7be7;
}
.hljs-link,
.hljs-regexp,
.hljs-selector-attr,
.hljs-string,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable {
  color: #76a8d6;
}
.hljs-meta,
.hljs-selector-pseudo {
  color: #aa7be7;
}
.hljs-built_in,
.hljs-literal,
.hljs-title {
  color: #dd9139;
}
.hljs-bullet,
.hljs-code {
  color: #ccc;
}
.hljs-meta .hljs-string {
  color: #76a8d6;
}
.hljs-deletion {
  color: #de7176;
}
.hljs-addition {
  color: #76c490;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
