Artemis Feidenheimer

Results 3 comments of Artemis Feidenheimer

It turned out to be really simple to add a custom style for Jupyter tables: this is the [.CSS file that is responsible for the style](https://github.com/jupyter-book/myst-theme/blob/3fbd8c7fe81674dbe6bc5eb5e71979f5806cd802/styles/jupyter.css#L14). Though, my example doesn't...

I'm not suggesting that this exact styling be brought in as default, especially since this one is universal for both dark and light themes; I'm rather 1. Showcasing a way...

![Image](https://github.com/user-attachments/assets/483ff0c2-7f92-4fbe-8b8d-dc356fb7e324) What is `.dataframe tbody tr:nth-child(odd)` supposed to do? Changing the color to red, it doesn't appear anywhere (`tr` implies it was supposed to define color of each 2nd line...