mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
Fix star history for light / dark theme
This commit is contained in:
committed by
GitHub
parent
1ccd73dabe
commit
1d568ef6f0
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user