Dark mode logo (#184)

* adding dark mode logo

* Update README.md

No flashbang
This commit is contained in:
Cfomodz
2025-01-10 08:37:40 -07:00
committed by GitHub
parent 7ee4372a32
commit b36d4ad035
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
<img src="./static/browser-use.png" alt="Browser Use Logo" width="full"/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./static/browser-use-dark.png">
<source media="(prefers-color-scheme: light)" srcset="./static/browser-use.png">
<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">
</picture>
<br/>

BIN
static/browser-use-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB