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 f1568b8 commit cc41b7eCopy full SHA for cc41b7e
README.md
@@ -1,6 +1,8 @@
1
-
2
-
3
-
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="docs/app/static/img/devbox_logo_dark.svg">
+ <source media="(prefers-color-scheme: light)" srcset="docs/app/static/img/devbox_logo_light.svg">
4
+ <img alt="Devbox logo." src="docs/app/static/img/devbox_logo_light.svg">
5
+</picture>
6
7
# Devbox
8
0 commit comments