We should probably add support for dark mode to the site. The easy part will just be using prefers-color-scheme to use the system preference by default. The more annoying parts will be: * Adding a button somewhere to switch between themes. * The color scheme the website should actually use.
We should probably add support for dark mode to the site.
The easy part will just be using prefers-color-scheme to use the system preference by default.
The more annoying parts will be: