We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee4372 commit b36d4adCopy full SHA for b36d4ad
README.md
@@ -1,4 +1,8 @@
1
-<img src="./static/browser-use.png" alt="Browser Use Logo" width="full"/>
+<picture>
2
+ <source media="(prefers-color-scheme: dark)" srcset="./static/browser-use-dark.png">
3
+ <source media="(prefers-color-scheme: light)" srcset="./static/browser-use.png">
4
+ <img alt="Shows a black Browser Use Logo in light color mode and a white one in dark color mode." src="./static/browser-use.png" width="full">
5
+</picture>
6
7
<br/>
8
static/browser-use-dark.png
20.1 KB
0 commit comments