/* Code blocks */
pre {
  padding: 0.4em 0.8em;
  margin: 0.5em 0;
  overflow: auto;
  background-color: #2b3a42;
}

pre code {
  font-family: 'Source Code Pro', Consolas, 'Liberation Mono', Menlo, Courier,
    monospace;
  font-size: 90%;
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
  text-shadow: 0 1px 0 rgba(23, 31, 35, 0.5);
  color: #a5cee1;
}

/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.2em;
  border-radius: 0.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #77858c;
}

.token.punctuation {
  color: #e1e6e9;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #53b7e6;
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.regex,
.token.attr-value,
.token.important {
  color: #4db277;
}

.token.inserted {
  color: #9df29d;
}

.token.deleted {
  color: #f79494;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.toke.variable {
  color: #a9becc;
}

.token.atrule,
.token.attr-name,
.token.keyword,
.token.function {
  color: #62b1d8;
}

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

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

.token.entity {
  cursor: help;
}
