jorgef / engineeringladders

A framework for Engineering Managers
https://www.engineeringladders.com
Apache License 2.0
7.97k stars 560 forks source link

Add differentiated graphs for dark and light mode #20

Closed setagana closed 2 years ago

setagana commented 2 years ago

As an initial improvement to accessibility in dark mode, all charts were given a white background to improve contrast. However github also offers the use of (prefers-color-scheme: dark) and (prefers-color-scheme: light) to have differentiated graphs for the different themes.

This PR introduces dedicated dark-mode versions of the radar graphs, and updates the md files to reference the right version based on the user's browser.

jorgef commented 2 years ago

Thanks!!!