pre.chroma,
.language-cedar {
  display: block !important;
  overflow-x: auto !important;
  padding: 0.5em !important;
  color: #dcdcdc !important;
  box-sizing: border-box !important;
}

.hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-symbol {
  color: #569cd6 !important;
}

.hljs-link {
  color: #569cd6 !important;
  text-decoration: underline !important;
}

.hljs-built_in,
.hljs-type {
  color: #4ec9b0 !important;
}

.hljs-class,
.hljs-number {
  color: #b8d7a3 !important;
}

.hljs-meta-string,
.hljs-string {
  color: #d69d85 !important;
}

.hljs-regexp,
.hljs-template-tag {
  color: #9a5334 !important;
}

.hljs-formula,
.hljs-function,
.hljs-params,
.hljs-subst,
.hljs-title {
  color: #dcdcdc !important;
}

.hljs-comment,
.hljs-quote {
  color: #57a64a !important;
  font-style: italic !important;
}

.hljs-doctag {
  color: #608b4e !important;
}

.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
  color: #9b9b9b !important;
}

.hljs-template-variable,
.hljs-variable {
  color: #bd63c5 !important;
}

.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
  color: #9cdcfe !important;
}

.hljs-section {
  color: gold !important;
}

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

.hljs-strong {
  font-weight: 700 !important;
}

.hljs-bullet,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-selector-tag {
  color: #d7ba7d !important;
}

.hljs-addition {
  background-color: #144212 !important;
  display: inline-block !important;
  width: 100% !important;
}

.hljs-deletion {
  background-color: #600 !important;
  display: inline-block !important;
  width: 100% !important;
}
