docs(refactor): add dark mode only star history view

This commit is contained in:
Ritesh Ghosh
2024-05-10 10:50:28 +05:30
parent df0d3f676c
commit c5e71354ce
+5 -18
View File
@@ -1017,24 +1017,11 @@ This project is licensed under the [MIT License](https://opensource.org/license/
<br/>
<picture id="star-history">
<source
media="(prefers-color-scheme: dark)"
srcset="
https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date&theme=dark
"
/>
<source
media="(prefers-color-scheme: light)"
srcset="
https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date
"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date"
/>
</picture>
<img
id="star-history"
src="https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date&theme=dark"
alt=""
/>
<br/>