/* app/rehype.css */
.code-highlight {
  float: left;
  min-width: 100%;
}
.code-line {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
  border-left-width: 4px;
  border-left-color: #1f293700;
}
.code-line.inserted {
  background-color: #10b98133;
}
.code-line.deleted {
  background-color: #ef444433;
}
.highlight-line {
  margin-left: -16px;
  margin-right: -16px;
  background-color: #8791a180;
  border-left: 6px solid rgb(59, 130, 246);
}
.line-number:before {
  display: inline-block;
  width: 1rem;
  text-align: right;
  margin-right: 16px;
  margin-left: -8px;
  color: #9ca3af;
  content: attr(line);
}
.remark-code-title {
  margin-bottom: -.6rem;
  padding: .5em 1em;
  font-family:
    Consolas,
    Andale Mono WT,
    Andale Mono,
    Lucida Console,
    Lucida Sans Typewriter,
    DejaVu Sans Mono,
    Bitstream Vera Sans Mono,
    Liberation Mono,
    Nimbus Mono L,
    Monaco,
    Courier New,
    Courier,
    monospace;
  background-color: #000;
  color: #fff;
  z-index: 0;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
}
pre[class*=language-],
code[class*=language-] {
  color: #d4d4d4;
  font-size: 11px;
  text-shadow: none;
  font-family:
    Menlo,
    Monaco,
    Consolas,
    Andale Mono,
    Ubuntu Mono,
    Courier New,
    monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: 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;
}
@media (max-width: 740px) {
  pre[class*=language-],
  code[class*=language-] {
    font-size: 11px;
  }
}
@media (min-width: 740px) {
  pre[class*=language-],
  code[class*=language-] {
    font-size: 13px;
  }
}
pre[class*=language-]::selection,
code[class*=language-]::selection,
pre[class*=language-] *::selection,
code[class*=language-] *::selection {
  text-shadow: none;
  background: #264F78;
}
@media print {
  pre[class*=language-],
  code[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  background: #1e1e1e;
}
:not(pre) > code[class*=language-] {
  padding: .1em .3em;
  border-radius: .3em;
  color: #db4c69;
  background: #1e1e1e;
}
.namespace {
  opacity: .7;
}
.token.doctype .token.doctype-tag {
  color: #569cd6;
}
.token.doctype .token.name {
  color: #9cdcfe;
}
.token.comment,
.token.prolog {
  color: #6a9955;
}
.token.punctuation,
.language-html .language-css .token.punctuation,
.language-html .language-javascript .token.punctuation {
  color: #d4d4d4;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.inserted,
.token.unit {
  color: #b5cea8;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.deleted {
  color: #ce9178;
}
.language-css .token.string.url {
  text-decoration: underline;
}
.token.operator,
.token.entity {
  color: #d4d4d4;
}
.token.operator.arrow {
  color: #569cd6;
}
.token.atrule {
  color: #ce9178;
}
.token.atrule .token.rule {
  color: #c586c0;
}
.token.atrule .token.url {
  color: #9cdcfe;
}
.token.atrule .token.url .token.function {
  color: #dcdcaa;
}
.token.atrule .token.url .token.punctuation {
  color: #d4d4d4;
}
.token.keyword {
  color: #569cd6;
}
.token.keyword.module,
.token.keyword.control-flow {
  color: #c586c0;
}
.token.function,
.token.function .token.maybe-class-name {
  color: #dcdcaa;
}
.token.regex {
  color: #d16969;
}
.token.important {
  color: #569cd6;
}
.token.italic {
  font-style: italic;
}
.token.constant {
  color: #9cdcfe;
}
.token.class-name,
.token.maybe-class-name {
  color: #4ec9b0;
}
.token.console,
.token.parameter,
.token.interpolation {
  color: #9cdcfe;
}
.token.punctuation.interpolation-punctuation,
.token.boolean {
  color: #569cd6;
}
.token.property,
.token.variable,
.token.imports .token.maybe-class-name,
.token.exports .token.maybe-class-name {
  color: #9cdcfe;
}
.token.selector,
.token.escape {
  color: #d7ba7d;
}
.token.tag {
  color: #569cd6;
}
.token.tag .token.punctuation,
.token.cdata {
  color: gray;
}
.token.attr-name {
  color: #9cdcfe;
}
.token.attr-value,
.token.attr-value .token.punctuation {
  color: #ce9178;
}
.token.attr-value .token.punctuation.attr-equals {
  color: #d4d4d4;
}
.token.entity {
  color: #569cd6;
}
.token.namespace {
  color: #4ec9b0;
}
pre[class*=language-javascript],
code[class*=language-javascript],
pre[class*=language-jsx],
code[class*=language-jsx],
pre[class*=language-typescript],
code[class*=language-typescript],
pre[class*=language-tsx],
code[class*=language-tsx] {
  color: #9cdcfe;
}
pre[class*=language-css],
code[class*=language-css] {
  color: #ce9178;
}
pre[class*=language-html],
code[class*=language-html] {
  color: #d4d4d4;
}
.language-regex .token.anchor {
  color: #dcdcaa;
}
.language-html .token.punctuation {
  color: gray;
}
pre[class*=language-] > code[class*=language-] {
  position: relative;
  z-index: 1;
}
.line-highlight.line-highlight {
  background: #f7ebc6;
  box-shadow: inset 5px 0 #f7d87c;
  z-index: 0;
}
.post blockquote,
.post blockquote p,
.post blockquote span {
  color: #fff !important;
}
