Twitter bootstrap – How to implement dark theme with blazor and bootstrap?
On https://docs.blazorbootstrap.com/ there is a light-dark theme switcher near Github and Twitter links: However there is no explanation how to do it. Bootstrap 5 has now support for dark theme if you apply data-bs-theme="dark" attribute to <html> element https://getbootstrap.com/docs/5.3/customize/color-modes/#enable-dark-mode I…