Description
Bootstrap 5.3 now supports a dark mode out of the box
https://getbootstrap.com/docs/5.3/customize/color-modes/#dark-mode
in the docs they provide example js that can be used to toggle btw light and dark mode: https://getbootstrap.com/docs/5.3/customize/color-modes/#javascript
I propose adding this to the template
steps that need to be taking:
I would argue that we should just add this but one could argue it should be added as a feature flag, what are your thoughts?
Description
Bootstrap 5.3 now supports a dark mode out of the box
https://getbootstrap.com/docs/5.3/customize/color-modes/#dark-mode
in the docs they provide example js that can be used to toggle btw light and dark mode: https://getbootstrap.com/docs/5.3/customize/color-modes/#javascript
I propose adding this to the template
steps that need to be taking:
data-bs-theme="light"to base templatetheme-toggler.jstostatic/js/with this js codeI would argue that we should just add this but one could argue it should be added as a feature flag, what are your thoughts?