falsegenius1 / moonsugarcrush

impress your crush
https://moonsugarcrush.netlify.app/
0 stars 0 forks source link

Add Dark Mode Support #1

Open falsegenius1 opened 1 month ago

falsegenius1 commented 1 month ago

Implement dark mode support for the website, based on user's system preference.

Use the css @media (prefers-color-scheme: dark) media feature to change the background to black according to the user's preference.

Reference : https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

iamworrell commented 1 month ago

how long do I have to complete this issue?