You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugovk
changed the title
Dark mode: topic and note background colour not applying in Sphinx 6.2.0
Dark mode: topic background colour not applied in Sphinx 6.2.0
Jul 5, 2023
Currently the 3.12 docs are built with Sphinx 4.5.0 (it's shown in the page footer) and 3.13 with Sphinx 6.2.0.
Compare these pages in dark mode:
Looks fine in light mode:
Previously, we had this CSS from
pydoctheme_dark.css
applied to<div class="contents local topic" id="contents">
:But now the HTML structure has changed to
<nav class="contents local" id="contents">
so the CSS doesn't apply.The source RST:
The text was updated successfully, but these errors were encountered: