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 87984e2 commit 6709498Copy full SHA for 6709498
.github/logo-dark.png
39.5 KB
.github/logo-white.png
38.7 KB
.github/logo.png
-7.81 KB
README.md
@@ -1,4 +1,8 @@
1
-
+<picture>
2
+ <source srcset="./.github/logo-dark.png" media="(prefers-color-scheme: light)">
3
+ <source srcset="./.github/logo-white.png" media="(prefers-color-scheme: dark)">
4
+ <img src="./.github/logo-dark.png" alt="logo">
5
+</picture>
6
7
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
8
0 commit comments