/* Background of stsable should be green */
#version_switcher a[data-version-name*="stable"] {
  background-color: #e2ffe2;
}

/* Color of explicit versions should be orange */
#version_switcher
  a:not([data-version-name*="stable"]):not([data-version-name="dev"]) {
  background-color: #d9dadc;
  color: rgb(243, 234, 234);
}

/* If we're on a dev version, make the switcher button orange */
#version_switcher_button[data-active-version-name*="dev"] {
  background-color: rgb(255 138 62);
}

.bd-sidebar-primary, .bd-sidebar-secondary {
  background-color: #e4e7eb;
}

.sphinx-contributors img {
  border-radius: 50%;
}
