Replies: 2 comments 1 reply
-
Heya, I'd note https://sphinx-design.readthedocs.io/en/furo-theme/tabs.html already supports dark mode |
Beta Was this translation helpful? Give feedback.
1 reply
-
Oh, ok. Does that furo feature supercede this package then somehow? The PR wasn't much work 🤷 executablebooks/sphinx-tabs#147 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a dark mode for
sphinx-tabs
with thedata-theme
selector andmedia(prefers-color-scheme: dark)
query;If the CSS is going to increase in complexity, would anyone object to using a CSS preprocessor like Sass to simplify things? We'd have to run the sass cli to compile the source file into the final static CSS file somewhere it makes sense.
Beta Was this translation helpful? Give feedback.
All reactions