7. Dark Mode (Points: 5)

Utilize the prefers-color-scheme CSS media feature to conditionally adjust part of the website’s design to be darker or lighter based on the user’s system preference.

Choose any page in the app and make it so that page has a fully working dark mode.


Acceptance Criteria:

The participant has successfully used the prefers-color-scheme media feature in CSS to implement conditional styling for dark mode on one full page.