Merge pull request #75 from trypostit/update-readme-stars
Update star history section for dark and light themes
This commit is contained in:
commit
c152db5431
1 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue