When the theme is explicitly set to dark, `html[data-theme="dark"]` styles
are applied (as expected), and when the theme is
set to system preference, and the system preference is dark, `@media
(prefers-color-scheme: dark)` styles are applied (as expected),
but when the theme is switched to be light, the applied styles don't
change.
--
Ticket URL: <https://code.djangoproject.com/ticket/34287>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "docs-light-theme.jpg" added.
When theme is set to be light
* Attachment "docs-dark-theme.jpg" added.
When theme is set to be dark
* status: new => closed
* resolution: => invalid
Comment:
Thanks for this report. First of all, it works for me (on Firefox).
Secondly docs CSS styling issues should be reported on the
[https://github.com/django/djangoproject.com/issues djangoproject.com
issue tracker].
--
Ticket URL: <https://code.djangoproject.com/ticket/34287#comment:1>