Consider the user's preference for dark or light system colors
Issue:
The theme should take into account whether the user has selected dark or light colors in the OS settings.
Solution:
Use the prefers-color-scheme CSS media feature. See also: documentation at developer.mozilla.org.