bootstrap dark mode
Bootstrap Darkmode
https://github.com/vinorodrigues/bootstrap-dark/blob/master/README.md#method-1
https://github.com/vinorodrigues/bootstrap-dark
CSS Dark Mode
Preparing for dark mode
@media (prefers-color-scheme: dark)
bootstrap-d….min.css:11
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.0.1/dist/css/bootstrap-dark.min.css" />
Now how do i force it to go dark or light?
So there is not an easy way to change the colour scheme prefers, but you can change it in browser emulation if you are using brave or chrome.
Just press f12 or dev tools, and go into more tools and then rendering.
scroll down until you see the "Emulate CSS media feature prefers-color-scheme"
then you can select dark and light mode emulation.