Platane / snk

🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
https://platane.github.io/snk
4.39k stars 1.11k forks source link

why is the grid black #65

Closed shikingram closed 1 year ago

shikingram commented 1 year ago
image

🧐🧐🧐🧐

noobie7 commented 1 year ago

Hey, I'd like to assign this to myself, who do I ask?

Platane commented 1 year ago

The is a media-query which test for prefers-color-scheme which is set by the browser.

I am guessing that your browser set this flag, but your github account is configured to ignore it and use light mode (?)

github supports a safer way to detect the theme via the picture element. I am going to use it in this readme too.

~Could you tell me what you see on this page https://github.com/Platane/Platane ? I might need to disable the unreliable prefers-color-scheme media query~

Platane commented 1 year ago

I fixed it in v2.2.1 let me know if that does it for you

ziadOUA commented 1 year ago

Yup, I also had this issue. I fixed it by using the <picture> </picture> tags.