Skip to content

Commit

Permalink
chore(readme): Use dark theme supported markup for star history
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jan 15, 2024
1 parent 3b069e1 commit fd4da30
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ A familiar(ish) Ubuntu desktop for Fedora Silverblue. It strives to cover these

## Star History

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

0 comments on commit fd4da30

Please sign in to comment.