Skip to content

Commit 290f7be

Browse files
committed
docs: show white based logo when in dark mode
1 parent 94e29af commit 290f7be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
![Logo](https://jsonmapper.net/images/jsonmapper.png)
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="https://jsonmapper.net/images/jsonmapper-light.png">
3+
<img alt="JsonMapper logo" src="https://jsonmapper.net/images/jsonmapper.png">
4+
</picture>
5+
26
---
37
**This is a Symfony bundle for using JsonMapper in you Symfony application.**
48

0 commit comments

Comments
 (0)