Skip to content

Commit 0b0862d

Browse files
authored
Dark mode logo in readme
1 parent a3f59b9 commit 0b0862d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p align="center">
2-
<img src="https://github.com/laravelio/art/blob/main/laravelio-logo-lg.svg" width="400" />
2+
<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>
37
</p>
48

59
<p align="center">
@@ -27,6 +31,7 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int
2731
- [Tinkerwell](https://tinkerwell.app)
2832
- [BairesDev](https://www.bairesdev.com/sponsoring-open-source-projects/)
2933
- [N-iX](https://www.n-ix.com/)
34+
- [PDFinity](https://www.pdfinity.com)
3035

3136
## Requirements
3237

0 commit comments

Comments
 (0)