Closed shikingram closed 1 year ago
Hey, I'd like to assign this to myself, who do I ask?
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~
Yup, I also had this issue. I fixed it by using the <picture> </picture>
tags.
🧐🧐🧐🧐