darkmode in the toolbox
Darkmode can be enabled really cheap, and I decided to add it to the toolbox:
:root {
color-scheme: light dark;
}
In case there are not other CSS attributes changing the colours, the browser will perfectly take care of the light and
dark colours. The only restriction is that the user can not change the colour-scheme.