How to invert background color based on the light/dark theme in Bootstrap 5.3? – CSS
In Bootstrap 5.3, we are able to specify a theme to use for the site. Out of the box there are two supported theme Dark and Light. If I set my <html data-bs-theme="dark">, I want to set the site navbar…