We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dab19 commit 0a0b3b7Copy full SHA for 0a0b3b7
1 file changed
README.md
@@ -1,5 +1,10 @@
1
<p align='center'>
2
<img src="/diffrays/static/images/logo-dark.png" width=60% >
3
+<picture>
4
+ <source srcset="/diffrays/static/images/logo-dark.png" media="(prefers-color-scheme: dark)" width=60% >
5
+ <source srcset="/diffrays/static/images/logo-light.png" media="(prefers-color-scheme: light)" wwidth=60% >
6
+ <img src="light-image.png" alt="DiffRays Logo">
7
+</picture>
8
</p>
9
10
<!--
0 commit comments