Currently, the theme is by default black and the user must use the button located in the footer to change it.
This patch removes this button and follows the prefers-color-scheme media query: the website will follow the browser's theme. If the media query is unset, it uses the light theme.