code[class*="language-"],
pre[class*="language-"] {
  color: #c9d1d9;
  background: none;
  font-family: "Consolas", "Menlo", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 2;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #8b949e; font-style: italic; }

.token.punctuation { color: #c9d1d9; }

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

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string { color: #f0883e; }

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

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

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