jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
219 stars 64 forks source link

pandas DataFrames in dark mode don't render well #1578

Open alimanfoo opened 1 month ago

alimanfoo commented 1 month ago

Description

I'm creating a site from a Jupyter notebook and using the article theme. I have some code cells which output a pandas DataFrame. In dark mode, some rows switch to light on dark background as expected, but alternating rows are light on a light background. E.g.:

Image

Additional notes

Using myst v1.3.12.

Here is the source code and published site.