Open
Description
Dark mode is pretty popular these days and would be a nice addition to the docs.
Bulma does not have native dark mode support yet, and seeing how jgthms/bulma#2342 has been in open state for 2+ years now, does not seem to have any time soon either.
There is a third-party extension for it (https://github.com/jloh/bulma-prefers-dark), though I'm not sure how well that would work.
Another alternative would be to try-out Tailwind (https://tailwindcss.com/), which does have native support for dark mode - https://tailwindcss.com/docs/dark-mode - but might not play nice with Orchid Copper theme since it's built with bulma.
- check out https://github.com/jloh/bulma-prefers-dark
- experiment with tailwind
- decide on further action based on the outcomes of the above