We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c852a0c commit 70ab7c7Copy full SHA for 70ab7c7
README.md
@@ -1,7 +1,10 @@
1
<p align="center">
2
<br />
3
<a href="https://nodejs.org">
4
- <img src="./public/static/images/logos/nodejs-new-pantone-black.svg" width="200"/>
+ <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>
8
</a>
9
</p>
10
0 commit comments