html {
  color: #333;
}

a {
  color: #5e0009;
}

a:hover {
  color: #eb002b;
}

.Header {
  background-color: #5e0009;
}

.Browser-tab.is-active a {
  border-bottom-color: #5e0009;
}

.Pen-previewLink svg {
  fill: #5e0009;
}

.Status-label {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  font-weight: 900;
}

.Pen-panel.Pen-header div.Status.Status--tag .Status-label {
  color: #000;
}

.Tree-title {
  color: #333;
  font-weight: 700;
}

.Browser-isEmptyNote {
  color: #333;
  opacity: 1;
}

.Meta-key {
  color: #333;
}

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #666;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #007474;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #008320;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0078A1;
}

.hljs-meta {
  color: #666;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
