pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.article-content{color:hsl(var(--foreground));font-size:1.0625rem;line-height:1.75}.article-content>*+*{margin-top:1.5em}.article-content h1,.article-content h2,.article-content h3,.article-content h4{font-family:var(--font-sans);font-weight:700;line-height:1.25;color:hsl(var(--foreground));margin-top:2.25em;margin-bottom:.75em}.article-content h1{font-size:1.875rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.25rem}.article-content h4{font-size:1.0625rem}.article-content p{color:hsl(var(--foreground)/.9)}.article-content a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.article-content a:hover{color:hsl(var(--primary)/.8)}.article-content ol,.article-content ul{padding-left:1.5em}.article-content ul{list-style:disc}.article-content ol{list-style:decimal}.article-content li+li{margin-top:.4em}.article-content blockquote{border-left:3px solid hsl(var(--primary)/.5);padding-left:1.25em;color:hsl(var(--muted-foreground));font-style:italic}.article-content hr{border:none;border-top:1px solid hsl(var(--border))}.article-content img{border-radius:var(--radius);border:1px solid hsl(var(--border))}.article-content table{width:100%;border-collapse:collapse;font-size:.9375rem}.article-content td,.article-content th{border:1px solid hsl(var(--border));padding:.5em .75em;text-align:left}.article-content th{background:hsl(var(--muted));font-weight:600}.article-content :not(pre)>code{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:.35em;padding:.15em .4em;font-size:.875em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.article-content pre{background:#0d1117;border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25em;overflow-x:auto;font-size:.875rem;line-height:1.6}.article-content pre code{background:transparent;border:none;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}