:root { color-scheme: light dark; }
body { margin: 0; }
.apidoc {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #24292f;
}
.apidoc h1, .apidoc h2, .apidoc h3, .apidoc h4 { line-height: 1.25; margin: 1.6rem 0 .8rem; }
.apidoc h1 { font-size: 1.9rem; border-bottom: 1px solid #d0d7de; padding-bottom: .3rem; }
.apidoc h2 { font-size: 1.4rem; border-bottom: 1px solid #d0d7de; padding-bottom: .3rem; }
.apidoc a { color: #0969da; text-decoration: none; }
.apidoc a:hover { text-decoration: underline; }
.apidoc code {
  background: #f6f8fa; padding: .15em .35em; border-radius: 4px;
  font: 0.9em/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.apidoc pre { background: #f6f8fa; padding: 1rem; border-radius: 6px; overflow: auto; }
.apidoc pre code { background: none; padding: 0; }
.apidoc table {
  border-collapse: collapse; width: 100%; margin: 1rem 0;
  display: block; overflow-x: auto;
}
.apidoc th, .apidoc td { border: 1px solid #d0d7de; padding: .5rem .75rem; text-align: left; vertical-align: top; }
.apidoc th { background: #f6f8fa; }
@media (prefers-color-scheme: dark) {
  .apidoc { color: #c9d1d9; }
  .apidoc h1, .apidoc h2 { border-color: #30363d; }
  .apidoc code, .apidoc pre, .apidoc th { background: #161b22; }
  .apidoc th, .apidoc td { border-color: #30363d; }
  .apidoc a { color: #58a6ff; }
}
