Adapt star history to user theme

This commit is contained in:
dangered wolf 2023-12-13 17:18:40 -05:00 committed by GitHub
parent 088294e42d
commit 6dec448864
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,13 @@ No problem! You can pick any specific photo from a post using Twitter's own URL
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=FixTweet/FixTweet&type=Date)](https://star-history.com/#FixTweet/FixTweet&Date)
<a href="https://star-history.com/#FixTweet/FixTweet&Timeline">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=FixTweet/FixTweet&type=Timeline&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=FixTweet/FixTweet&type=Timeline" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=FixTweet/FixTweet&type=Timeline" />
</picture>
</a>
## Bugs or issues?