We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496be9b commit 4661224Copy full SHA for 4661224
1 file changed
README.md
@@ -1,6 +1,10 @@
1
<p align="center">
2
<a href="https://eignex.com/">
3
- <img src="https://raw.githubusercontent.com/Eignex/.github/refs/heads/main/profile/banner.svg" style="max-width: 100%; width: 22em" alt="Eignex">
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Eignex/.github/refs/heads/main/profile/banner-white.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Eignex/.github/refs/heads/main/profile/banner.svg">
6
+ <img alt="Eignex" src="https://raw.githubusercontent.com/Eignex/.github/refs/heads/main/profile/banner.svg" style="max-width: 100%; width: 22em;">
7
+ </picture>
8
</a>
9
</p>
10
0 commit comments