LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Added dark mode #235

Closed SebastianZ closed 1 year ago

SebastianZ commented 1 year ago

This change defines all colors as CSS variables and then uses @media (prefers-color-scheme: dark) to define a dark color scheme.

Fixes #234

SebastianZ commented 1 year ago

@LeaVerou Can you please give this another look?

Sebastian

SebastianZ commented 1 year ago

As I didn't receive any further feedback and I believe this change is in a good state, I am going to merge this now.

If there are any further remarks, please create a new issue!

Sebastian