I recently tried this awesome @nuxtjs/color-mode module. It works great on every sandbox I did.
Now, I would like to integrate this on my real project with Bulma as UI framework. I already add color-mode as the module and configure my nuxt.config.js
. When I change the theme color (from light to dark), every Bulma components stay the same but all other (like <span>
for example) change from light to dark mode.
Does anyone have some tips about how to use properly color-mode with Bulma?