LeaVerou / css3test

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

Add dark mode #234

Closed SebastianZ closed 1 year ago

SebastianZ commented 1 year ago

The page is currently pretty bright in colors. There are many different reasons why many people prefer bright colors on dark background.

So I think it would be good to provide an optional dark mode.

For example, this is what I got with just a few little tweaks:

Page in dark mode

Regarding the technical implementation, this should probably be based on a prefers-color-scheme: dark media query. In addition to that, there might be an option to switch between the two different color schemes.

Sebastian

LeaVerou commented 1 year ago

LGTM!