/* Logo size */
.wy-side-nav-search a img.logo {
  max-height: 60px !important;
  width: auto !important;
}

@media (prefers-color-scheme: dark) {
  /* Backgrounds */
  body,
  .wy-nav-content,
  .wy-nav-content-wrap {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
  }

  /* Keep the sidebar with its natural dark-navy readthedocs colour */
  .wy-nav-side,
  .wy-side-nav-search,
  .wy-menu-vertical {
    background-color: #343131 !important;
  }

  /* Sidebar links */
  .wy-menu-vertical a,
  .wy-menu-vertical li.toctree-l1 > a,
  .wy-menu-vertical li.toctree-l2 > a,
  .wy-menu-vertical li.toctree-l3 > a,
  .wy-menu-vertical li.toctree-l4 > a {
    color: #d9d9d9 !important;
    background-color: #343131 !important;
  }

  /* Expanded submenu items background (readthedocs sets these to white by default) */
  .wy-menu-vertical li.toctree-l2,
  .wy-menu-vertical li.toctree-l3,
  .wy-menu-vertical li.toctree-l4 {
    background-color: #2e2b2b !important;
  }

  .wy-menu-vertical li.toctree-l2 > a,
  .wy-menu-vertical li.toctree-l3 > a,
  .wy-menu-vertical li.toctree-l4 > a {
    color: #cccccc !important;
    background-color: #2e2b2b !important;
  }

  /* Section caption/header spans (non-link headings in the nav) */
  .wy-menu-vertical p,
  .wy-menu-vertical p.caption,
  .wy-menu-vertical p.caption > span,
  .wy-menu-vertical li > span,
  .wy-menu-vertical .caption-text {
    color: #ffffff !important;
    background-color: #2c2c2c !important;
  }

  /* Active/current item */
  .wy-menu-vertical li.current > a,
  .wy-menu-vertical li.on > a {
    background-color: #404040 !important;
    color: #ffffff !important;
  }

  /* Hover */
  .wy-menu-vertical a:hover {
    background-color: #3e3e3e !important;
    color: #ffffff !important;
  }

  /* Search box */
  .wy-side-nav-search input[type="text"] {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #555 !important;
  }

  /* Search box area */
  .wy-side-nav-search {
    background-color: #2b2b2b !important;
  }

  .wy-side-nav-search a,
  .wy-side-nav-search .version {
    color: #ffffff !important;
  }

  /* Content area */
  .rst-content .highlight,
  pre {
    background-color: #2a2a2a !important;
    border-color: #444 !important;
  }

  code {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
  }

  /* Links */
  .rst-content a {
    color: #6ab0de !important;
  }

  .rst-content a:hover {
    color: #9fd3f5 !important;
  }

  /* Admonition */
  .admonition {
    background-color: #2a2a2a !important;
  }

  /* Tables */
  .rst-content table.docutils td,
  .rst-content table.docutils th {
    background-color: #2a2a2a !important;
    border-color: #444 !important;
  }

  .rst-content table.docutils thead th {
    background-color: #333333 !important;
  }

  /* Footer */
  footer {
    background-color: #111111 !important;
    color: #aaaaaa !important;
  }
}
