### Describe the bug **context** We use sphinx-tab and Pallets-Sphinx-Themes. Pallets-Sphinx-Themes does not have a _dark_ theme. Since - https://github.com/executablebooks/sphinx-tabs/pull/147 has been merged, we got dark tabs in a _light_ theme, when the browser prefers a dark theme:  Rendered in a browser using _light_ theme:  ### Reproduce the bug Use sphinx-tabs in a theme that does not have a _dark_ theme and setup your browser to use _dark_ theme. EDIT: with https://github.com/executablebooks/sphinx-tabs/pull/147/commits/7915f63094d728654cfc9efd1d90fda479c285a5 reverted, the issue is fixed.