code[class*="language-"],
pre[class*="language-"] {
  color: #abb2bf;
  background: #171717;
  text-shadow: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code[class*="language-"] ::-moz-selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::selection {
  text-shadow: none;
  background: #8b949e;
}

code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
  text-shadow: none;
  background: #8b949e;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #171717;
}

:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #5c6370;
}

.token.punctuation {
  color: #abb2bf;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #e06c75;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #98c379;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #61aeee;
  background: none;
}

.token.operator.logic {
  color: #abb2bf;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #c678dd;
}

.token.class-name,
.token.function {
  color: #e5c07b;
}

.token.important,
.token.regex,
.token.variable {
  color: #d19a66;
}

.token.bold,
.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}
