ios 1.13.0 dark mode CSS codes
-
Hi,
We would like to add some CSS code to our forum, so that when someone is using ios in dark mode, our forum will run as "night mode"...
We have this code, we have added some in it, but it is missing some key elements and it is not practical to copy paste whole night mode codes of the forum in it...
so is there a code that you can suggest, so when people use dark mode, it will activate regular night mode function of the forum?
Thanks...@media (prefers-color-scheme: dark) { body { ... } }
Copyright © 2024 NodeBB | Contributors