Skip to content

Commit c2bc5a4

Browse files
committed
dark mode logo
1 parent 2ba56cc commit c2bc5a4

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/images/logo-dark.png

16 KB
Loading

.github/images/logo-light.png

16 KB
Loading

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<p align="center">
2-
<img
3-
src="logo.png"
4-
width="240" height="78" border="0" alt="GJSON">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="/.github/images/logo-dark.png">
4+
<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>
57
<br>
68
<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>
79
<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
Binary file not shown.

0 commit comments

Comments
 (0)