Fix star history for light / dark theme

This commit is contained in:
|7eter l-|. l3oling
2025-05-03 03:32:56 +07:00
committed by GitHub
parent 1ccd73dabe
commit 1d568ef6f0

View File

@@ -117,10 +117,10 @@
<div align=center>
<img align="center" src="./assets/stars.svg">
<a href="https://star-history.com/#flick0/dotfiles&Date">
<a href="https://star-history.com/#flickowoa/dotfiles&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=flick0/dotfiles&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=flick0/dotfiles&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=flickowoa/dotfiles&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=flickowoa/dotfiles&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=flickowoa/dotfiles&type=Date" />
</picture>
</a>