We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acebc0 commit 3eed9ceCopy full SHA for 3eed9ce
1 file changed
README.md
@@ -11,15 +11,11 @@ Generates a snake game from a github user contributions graph
11
<picture>
12
<source
13
media="(prefers-color-scheme: dark)"
14
- srcset="
15
- https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake-dark.svg
16
- "
+ srcset="https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake-dark.svg"
17
/>
18
19
media="(prefers-color-scheme: light)"
20
21
- https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake.svg
22
+ srcset="https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake.svg"
23
24
<img
25
alt="github contribution grid snake animation"
0 commit comments