We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba56cc commit c2bc5a4Copy full SHA for c2bc5a4
.github/images/logo-dark.png
16 KB
.github/images/logo-light.png
README.md
@@ -1,7 +1,9 @@
1
<p align="center">
2
-<img
3
- src="logo.png"
4
- width="240" height="78" border="0" alt="GJSON">
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="/.github/images/logo-dark.png">
+ <source media="(prefers-color-scheme: light)" srcset="/.github/images/logo-light.png">
5
+ <img src="/.github/images/logo-light.png" width="240" alt="GJSON" >
6
+</picture>
7
<br>
8
<a href="https://godoc.org/github.com/tidwall/gjson"><img src="https://img.shields.io/badge/api-reference-blue.svg?style=flat-square" alt="GoDoc"></a>
9
<a href="https://tidwall.com/gjson-play"><img src="https://img.shields.io/badge/%F0%9F%8F%90-playground-9900cc.svg?style=flat-square" alt="GJSON Playground"></a>
logo.png
-15.6 KB
0 commit comments