/*
 * highlight.js — GitHub Light Theme
 * For use with highlight.js on light backgrounds.
 */

.hljs {
  color: #24292e;
  background: transparent;
}

.hljs-comment,
.hljs-quote {
  color: #6a737d;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag {
  color: #d73a49;
  font-weight: 600;
}

.hljs-literal,
.hljs-built_in {
  color: #005cc5;
}

.hljs-string,
.hljs-doctag {
  color: #032f62;
}

.hljs-number {
  color: #005cc5;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #6f42c1;
  font-weight: 600;
}

.hljs-function {
  color: #24292e;
}

.hljs-type,
.hljs-selector-class {
  color: #005cc5;
}

.hljs-attr,
.hljs-attribute {
  color: #005cc5;
}

.hljs-params {
  color: #24292e;
}

.hljs-variable,
.hljs-template-variable {
  color: #e36209;
}

.hljs-regexp {
  color: #032f62;
}

.hljs-symbol,
.hljs-bullet {
  color: #005cc5;
}

.hljs-meta {
  color: #735c0f;
}

.hljs-addition {
  color: #22863a;
  background: #f0fff4;
}

.hljs-deletion {
  color: #b31d28;
  background: #ffeef0;
}

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

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

.hljs-link {
  color: #032f62;
  text-decoration: underline;
}
