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 829bdfd commit 111d950Copy full SHA for 111d950
README.md
@@ -1,5 +1,9 @@
1
<p align="center">
2
- <img src="https://github.com/laravelio/art/blob/main/laravelio-logo-lg.svg" width="400" />
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/laravelio/art/blob/main/laravelio-logo-lg-white.svg">
4
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/laravelio/art/blob/main/laravelio-logo-lg.svg">
5
+ <img alt="Laravel.io logo" src="https://github.com/laravelio/art/blob/main/laravelio-logo-lg.svg" width="400">
6
+ </picture>
7
</p>
8
9
0 commit comments