You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like sphinx-tabs explicitly sets the background colour to white.
I'd add this to your CSS file, and it'll fix it:
.sphinx-tabs-panel {
background: none;
}
We could add this override to the Piccolo theme, but it feels a bit fragile overriding the styles of other libraries.
It looks like they do support a dark theme by adding data-theme="dark" to the body tag. That's probably the best solution, though it does tie us to a third party library.
When using dark mode and group tabs the text inside the tabs is not visible
for an example see here
The text was updated successfully, but these errors were encountered: