Skip to content

Commit 70ab7c7

Browse files
authored
chore(readme): dark-light version of the image
Signed-off-by: Claudio Wunder <[email protected]>
1 parent c852a0c commit 70ab7c7

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,7 +1,10 @@
11
<p align="center">
22
<br />
33
<a href="https://nodejs.org">
4-
<img src="./public/static/images/logos/nodejs-new-pantone-black.svg" width="200"/>
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="./public/static/images/logos/nodejs-new-pantone-white.svg">
6+
<img src="./public/static/images/logos/nodejs-new-pantone-black.svg" width="200px">
7+
</picture>
58
</a>
69
</p>
710

0 commit comments

Comments
 (0)