Fix star history chart rendering on GitHub dark mode

This commit is contained in:
calesthio
2026-03-20 22:36:02 -07:00
parent d483ec35f0
commit 6ba8ba05db

View File

@@ -544,7 +544,13 @@ For bugs and feature requests, please use GitHub Issues so discussion stays visi
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date)](https://star-history.com/#calesthio/Crucix&Date)
<a href="https://star-history.com/#calesthio/Crucix&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date" />
</picture>
</a>
---