Will the theme manager allow for site theming sensitive to system Dark Mode preferences?
This is normally achieved through:
@media (prefers-color-scheme: dark) {
/*dark mode code
}
Thanks
Will the theme manager allow for site theming sensitive to system Dark Mode preferences?
This is normally achieved through:
@media (prefers-color-scheme: dark) {
/*dark mode code
}
Thanks
Hi @tfiala
Great question! The first phase of the theme manager wonβt support having multiple themes at the same time.
You can create a dark mode toggle today using Wix Corvid: https://www.wix.com/corvid/example/dark-mode
We will investigate on adding this to the theme manager in the future.
Kindly
@sebi-vidret Thank you for your answer. I appreciate you taking the time to look at my question.