dapluk
MD customer
- Messages
- 2
- Reaction score
- 2
I believe there's an upcoming trend in dark modes. Add a dark mode for Marketers Delight.
To be more precise: you will have the default light mode, a dark mode and a mode that automatically switches by using
And maybe a field where you can insert CSS that will be used with dark mode.
To be more precise: you will have the default light mode, a dark mode and a mode that automatically switches by using
window.matchMedia('(prefers-color-scheme: dark)').matches
.And maybe a field where you can insert CSS that will be used with dark mode.
Last edited: