We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd30d3 commit a4960e5Copy full SHA for a4960e5
README.md
@@ -132,6 +132,12 @@
132
133
<br clear="both">
134
135
-<img src="https://raw.githubusercontent.com/geek-cheth/geek-cheth/output/github-snake-dark.svg" alt="Snake animation" />
+
136
137
+<picture>
138
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/geek-cheth/geek-cheth/output/github-snake-dark.svg" />
139
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/geek-cheth/geek-cheth/output/github-snake.svg" />
140
+ <img alt="github-snake" src="https://raw.githubusercontent.com/geek-cheth/geek-cheth/output/github-snake.svg" />
141
+</picture>
142
143
###
0 commit comments