/* Light mode */ @media (prefers-color-scheme: light) { body { background-color: white; color: black; } }