.token.blockquote,
.token.comment {
  color: #969896;
}
.token.cdata {
  color: #183691;
}
.token.doctype,
.token.macro.property,
.token.punctuation,
.token.variable {
  color: #333;
}
.token.builtin,
.token.important,
.token.keyword,
.token.operator,
.token.rule {
  color: #a71d5d;
}
.token.attr-value,
.token.regex,
.token.string,
.token.url {
  color: #183691;
}
.token.atrule,
.token.boolean,
.token.code,
.token.command,
.token.constant,
.token.entity,
.token.number,
.token.property,
.token.symbol {
  color: #0086b3;
}
.token.prolog,
.token.selector,
.token.tag {
  color: #63a35c;
}
.token.attr-name,
.token.class,
.token.class-name,
.token.function,
.token.id,
.token.namespace,
.token.pseudo-class,
.token.pseudo-element,
.token.url-reference .token.variable {
  color: #795da3;
}
.token.entity {
  cursor: help;
}
.token.title,
.token.title .token.punctuation {
  font-weight: 700;
  color: #1d3e81;
}
.token.list {
  color: #ed6a43;
}
.token.inserted {
  background-color: #eaffea;
  color: #55a532;
}
.token.deleted {
  background-color: #ffecec;
  color: #bd2c00;
}
.token.bold {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.language-json .token.property {
  color: #183691;
}
.language-markup .token.tag .token.punctuation {
  color: #333;
}
.language-css .token.function,
code.language-css {
  color: #0086b3;
}
.language-yaml .token.atrule {
  color: #63a35c;
}
code.language-yaml {
  color: #183691;
}
.language-ruby .token.function {
  color: #333;
}
.language-markdown .token.url {
  color: #795da3;
}
.language-makefile .token.symbol {
  color: #795da3;
}
.language-makefile .token.variable {
  color: #183691;
}
.language-makefile .token.builtin {
  color: #0086b3;
}
.language-bash .token.keyword {
  color: #0086b3;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
pre[data-line] .line-highlight-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  display: block;
  width: 100%;
}
pre[data-line] .line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: hsla(24, 20%, 50%, 0.08);
  background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
pre[data-line] .line-highlight:before,
pre[data-line] .line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: 0.4em;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  background-color: hsla(24, 20%, 50%, 0.4);
  color: #f4f1ef;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: 0.3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px #fff;
}
pre[data-line] .line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0.4em;
}
