docs(README): enable dark mode for the star history view (#360)
Closes #340 Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
e6a1c5309f
commit
9fab74eb8a
2 changed files with 24 additions and 3 deletions
|
|
@ -28,7 +28,13 @@ For live chat, please join the [Patreon](https://patreon.com/cadey) and ask in t
|
|||
|
||||
## Star History
|
||||
|
||||
[](https://www.star-history.com/#TecharoHQ/anubis&Date)
|
||||
<a href="https://www.star-history.com/#TecharoHQ/anubis&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date" />
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
## Packaging Status
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue