We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfc770 commit 45a41bcCopy full SHA for 45a41bc
1 file changed
README.md
@@ -1,10 +1,9 @@
1
<p align="center">
2
<a href="https://nodejs.org/">
3
- <img
4
- alt="Node.js"
5
- src="https://nodejs.org/static/images/logos/stacked-dark.svg"
6
- width="400"
7
- />
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="./public/static/images/logos/nodejs-new-pantone-white.svg">
+ <img src="./public/static/images/logos/nodejs-new-pantone-black.svg" width="200px">
+ </picture>
8
</a>
9
<h1 align="center">Help</h1>
10
</p>
0 commit comments