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

Admonition not properly styled #35

Closed mrelbe1 closed 11 months ago

mrelbe1 commented 1 year ago

The dark theme is really great - many thanks!

However, I have found a problem with general admonitions:

.. admonition:: Title

   This is not a note or warning, just a general admonition with
   some ``monospaced text``. `Link color <#>`_ is fine.

This is rendered as:

Snag_b79408

I intend to make a PR as a proposal to fix this.