Skip to content

Commit 6b3b3cb

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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>
25
---
36
**This is a Symfony bundle for using JsonMapper in you Symfony application.**
47

0 commit comments

Comments
 (0)