Skip to content

Commit b36d4ad

Browse files
authored
Dark mode logo (browser-use#184)
* adding dark mode logo * Update README.md No flashbang
1 parent 7ee4372 commit b36d4ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<img src="./static/browser-use.png" alt="Browser Use Logo" width="full"/>
1+
<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>
26

37
<br/>
48

static/browser-use-dark.png

20.1 KB
Loading

0 commit comments

Comments
 (0)