docs: replace README subtitle text with image (light/dark)

Swaps the 'Your trips. Your plan. Your server.' H3 for a rendered
subtitle image using <picture> + prefers-color-scheme, matching the
logo pattern.
This commit is contained in:
Maurice
2026-04-21 21:39:39 +02:00
parent 9e5100c71c
commit 78b45d7c19
3 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
<img src="docs/logo-trek-dark.gif" alt="TREK" height="96" /> <img src="docs/logo-trek-dark.gif" alt="TREK" height="96" />
</picture> </picture>
### Your trips. Your plan. Your server. <picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/subtitle-light.png" />
<source media="(prefers-color-scheme: light)" srcset="docs/subtitle-dark.png" />
<img src="docs/subtitle-dark.png" alt="Your trips. Your plan. Your server." height="28" />
</picture>
A self-hosted, real-time collaborative travel planner — with maps, budgets, packing lists, a journal, and AI built in. A self-hosted, real-time collaborative travel planner — with maps, budgets, packing lists, a journal, and AI built in.
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB