WaldorfConnect / portal

Central authentication and management platform - guidepost to all our services!
https://portal.waldorfconnect.de
MIT License
2 stars 0 forks source link

Dark Mode #41

Open kesslwovv opened 9 months ago

linusgke commented 9 months ago

There's a neat add-on for this. It changes the whole bootstrap color scheme based on the system preferences for either light or dark mode.

https://vinorodrigues.github.io/bootstrap-dark-5/

lchristmann commented 9 months ago

Bootstrap 5.3 (we currently have 5.2.1 under public/assets/css/bootstrap.min.css) supports dark mode. We could upgrade.

Beware though, that we currently overwrite some bootstrap styling, like background-colors in our custom CSS under public/assets/css/styles.css

lchristmann commented 9 months ago

This enhancement is postponed until all features that bring critical functionality are implemented.