Skip to content

Commit

Permalink
Dark mode for star history (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Batonogov <[email protected]>
  • Loading branch information
github-actions[bot] and batonogov authored May 13, 2024
1 parent c12e9ed commit ce91941
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,15 @@ First release, works.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=batonogov/docker-pyinstaller&type=Date)](https://star-history.com/#batonogov/docker-pyinstaller&Date)
## Star History

<a href="https://star-history.com/#batonogov/docker-pyinstaller&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=batonogov/docker-pyinstaller&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=batonogov/docker-pyinstaller&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=batonogov/docker-pyinstaller&type=Date" />
</picture>
</a>

## License

Expand Down

0 comments on commit ce91941

Please sign in to comment.