Light/Dark Mode
The prefers-color-scheme media query can be useful for automated light/dark mode support. If set to light and the user's system settings are also set to light, the nested styles will apply. Vice-versa when set to dark.
@media (prefers-color-scheme: light) {
}