docs: use dark-themed preview for users with dark mode on

This commit is contained in:
zhom
2025-06-14 22:21:26 +04:00
parent 821cd4ea82
commit 1f0ecbe36e
3 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -29,7 +29,11 @@
> A free and open source browser orchestrator built with [Tauri](https://v2.tauri.app/).
![Donut Browser Preview](assets/preview.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/preview-dark.png" />
<source media="(prefers-color-scheme: light)" srcset="assets/preview.png" />
<img alt="Preview" src="assets/preview.png" />
</picture>
## Features
Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 540 KiB