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-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{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}.code-container{position:relative;display:flex;background-color:#1e1e1e;border-radius:8px;overflow:hidden;margin:1rem 0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.5}.line-numbers{display:flex;flex-direction:column;background-color:#2d2d2d;color:#858585;padding:1rem .75rem 1rem 1rem;border-right:1px solid #404040;-webkit-user-select:none;user-select:none;min-width:3em;text-align:right}.line-number{display:block;line-height:1.5;font-size:14px;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.code-container code{display:block;padding:1rem;overflow-x:auto;flex:1;background:transparent!important;color:#d4d4d4}.code-container code::-webkit-scrollbar{height:8px}.code-container code::-webkit-scrollbar-track{background:#2d2d2d}.code-container code::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.code-container code::-webkit-scrollbar-thumb:hover{background:#777}.line-numbers .line-number,.code-container code .hljs-ln-line{line-height:1.5}@media (max-width: 768px){.code-container{font-size:12px;margin:.5rem 0}.line-numbers{padding:.75rem .5rem .75rem .75rem;min-width:2.5em}.code-container code{padding:.75rem}}@media (prefers-color-scheme: dark){.code-container{background-color:#0d1117}.line-numbers{background-color:#161b22;color:#6e7681;border-right-color:#30363d}.code-container code{color:#e6edf3}}@media (prefers-color-scheme: light){.code-container{background-color:#f6f8fa}.line-numbers{background-color:#f1f3f4;color:#656d76;border-right-color:#d0d7de}.code-container code{color:#1f2328}}
