- Issue created by @elgandoz
The user can currently pick light or dark mode.
Many modern frontends now allow to have the "system" option, getting the settings from the current system.
See https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-sc...
Adjust the CSS and body class in order to support "prefers-color-scheme".
This will allow to inherit the settings from the system.
Active
2.0
Code