Dark theme
Opened this issue · 3 comments
We should support dark mode when the user wishes, as this is especially useful on mobile devices with dynamic / intelligent dark mode.
There is a CSS media query for this: https://caniuse.com/prefers-color-scheme
If you're using bootstrap, you may as well use their dark mode feature: https://getbootstrap.com/docs/5.3/customize/color-modes/#dark-mode .
Thanks for taking on this endeavor btw. I really appreciate the initiative
If you're using bootstrap, you may as well use their dark mode feature: https://getbootstrap.com/docs/5.3/customize/color-modes/#dark-mode .
That is a great hint, thank you!
Thanks for taking on this endeavor btw. I really appreciate the initiative
Thank you for your appreciation. I really should be working on this more ...
I opened a PR that adds Dark Mode support, I would appreciate testing and feedback on it, but I have been using it at home for a Small Nonprofit and liked it so far, plus been using it for some upcoming PRs to add additional features that we use that may help the community!