Can we have a dark theme for the forum, preferably one that is automatically set by CSS as in:
@media (prefers-color-scheme: light) {
...
}
@media (prefers-color-scheme: dark) {
...
}
the forum is one of the few sites that still glares at me from the screen… 😃