Enhance star history display with responsive images

Updated the star history section with responsive images for dark and light themes.
This commit is contained in:
Yellowcooln 2026-04-14 16:01:58 -04:00 committed by GitHub
parent bd888d6f8f
commit 63e616a40e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,4 +334,10 @@ This project was vibe-coded with Codex—please expect rough edges and the occas
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=yellowcooln/meshcore-mqtt-live-map&type=date&legend=top-left)](https://www.star-history.com/#yellowcooln/meshcore-mqtt-live-map&type=date&legend=top-left)
<a href="https://www.star-history.com/?repos=yellowcooln%2Fmeshcore-mqtt-live-map&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=yellowcooln/meshcore-mqtt-live-map&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=yellowcooln/meshcore-mqtt-live-map&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=yellowcooln/meshcore-mqtt-live-map&type=date&legend=top-left" />
</picture>
</a>