Merge pull request #75 from trypostit/update-readme-stars

Update star history section for dark and light themes
This commit is contained in:
Paulo Castellano 2026-05-29 16:18:06 -03:00 committed by GitHub
commit c152db5431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,9 @@ ## License
## Star History
<p align="center">
<a href="https://www.star-history.com/?repos=trypostit%2Ftrypost&type=date&legend=top-left">
<img src="https://api.star-history.com/chart?repos=trypostit/trypost&type=date&legend=top-left" alt="Star History Chart" width="600">
</a>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=trypostit/trypost&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=trypostit/trypost&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=trypostit/trypost&type=date&legend=top-left" />
</picture>
</p>