docs(refactor): add dark mode only star history view
This commit is contained in:
@@ -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"
|
||||
id="star-history"
|
||||
src="https://api.star-history.com/svg?repos=ghoshRitesh12/aniwatch-api&type=Date&theme=dark"
|
||||
alt=""
|
||||
/>
|
||||
</picture>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user