Open DanielMurray97 opened 1 year ago
Let's check in on this on Friday 2nd. I think the answer you are looking for here is that you are going to need some javascript not just CSS.
But, css can do some cool things all by itself, check out: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme. I use it on my own website here.
Once you've done that you should be able to toggle which scheme you want to use by going into your web browser tools and adjusting from there. For example in firefox you get this funky sun and moon button you can click to toggle:
That's great! makes it super easy for testing for different versions - I think given this information Im going to put the button on the back-burner for now and focus on getting the homepage in darkmode by switching between the different versions given your recommendation of a media query.
What?
Why?
Acceptance Criteria