MrDogeBro / sphinx_rtd_dark_mode

Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
sphinx-rtd-dark-mode.vercel.app
MIT License
49 stars 15 forks source link

Coloring of tables is broken #13

Closed Zethson closed 3 years ago

Zethson commented 3 years ago

Hi,

I have a rst table that I created with:

    +------------+------------+------------------------------+
    | Organism   | Tissue     | Marker File                  |
    +============+============+==============================+
    | Mouse      | Lung       | lung_particle_markers.txt    |
    +------------+------------+------------------------------+
    | Human      | NA         |                              |
    +------------+------------+------------------------------+

It gets rendered as image

which is unreadable. There also shouldn't be any white.

Link to docs: https://sc-toolbox.readthedocs.io/en/latest/usage.html#sc_toolbox.api.calc.automated_marker_annotation if it helps.

Thank you very much!

MrDogeBro commented 3 years ago

Hmm.....ok.....yeah thats something that I need to fix. Thanks for reporting that.

MrDogeBro commented 3 years ago

@Zethson this has now been fixed in v1.2.2. Thanks for reporting the bug!