/* Keep the official Sub2API light palette and remove only the theme toggle. */
html {
  color-scheme: light !important;
}

button.sidebar-link:has(> svg path[d^="M21.752 15.002"]) {
  display: none !important;
}

