mirror of
https://github.com/browser-use/browser-use.git
synced 2025-02-18 01:18:20 +03:00
Dark mode logo (#184)
* adding dark mode logo * Update README.md No flashbang
This commit is contained in:
@@ -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
BIN
static/browser-use-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user