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 0ac14ac commit 36e0887Copy full SHA for 36e0887
README.md
@@ -2,8 +2,8 @@
2
3
<p align="center">
4
<picture>
5
- <source media="(prefers-color-scheme: dark)" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-dark.png>
6
- <source media="(prefers-color-scheme: light)" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-light.png>
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-dark.png">
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-light.png">
7
<img alt="GraphiQ" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo.png>
8
</picture>
9
</p>
0 commit comments