assem-ch / django-jet-reboot

Legacy Django jet rebooted to support Django > 3 (4 and 5), and latest python releases
https://django-jet-reboot.readthedocs.io/
GNU Affero General Public License v3.0
420 stars 68 forks source link

Consider `@media (prefers-color-scheme: dark)` for themes #92

Open Zerotask opened 1 year ago

Zerotask commented 1 year ago

I'm using the theme dark together with a admin tree package which shows icons for drag and collapse. This packages considers @media (prefers-color-scheme: dark) and shows white icons which I can't see with the green theme.

Therefore I suggest to adjust styles to consider this. For example the background color of a table could be a dark(er) green instead of white, if you have set dark mode in your OS.