pre code.hljs {
  display: block !important;
  overflow-x: auto !important;
  padding: 1em !important;
}
code.hljs {
  padding: 3px 5px !important;
}
.hljs {
  color: #abb2bf !important;
  background: #282c34 !important;
}
.hljs-comment,
.hljs-quote {
  color: #5c6370 !important;
  font-style: italic !important;
}
.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #c678dd !important;
}
.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75 !important;
}
.hljs-literal {
  color: #56b6c2 !important;
}
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
  color: #98c379 !important;
}
.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66 !important;
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee !important;
}
.hljs-built_in,
.hljs-class .hljs-title,
.hljs-title.class_ {
  color: #e6c07b !important;
}
.hljs-emphasis {
  font-style: italic !important;
}
.hljs-strong {
  font-weight: 700 !important;
}
.hljs-link {
  text-decoration: underline !important;
}
