I am working on a website where I am using, for the 1st time, the dark and light mode. It is working except for one thing: my client wants the dark mode to be the default mode but despite specifying this
<html lang="es" data-bs-theme="dark">
it is coming up as light mode.
I saw a code called APP.colorModes in theme.min.js but I am not sure if I have to do some changes in it
The website can be seen here.