Skip to content

Commit 78c8d48

Browse files
authored
Add theme-aware viralens README posters (#4)
* Add theme-aware README artwork * Add light and dark viralens posters
1 parent 7dccc3e commit 78c8d48

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<div align="center">
22

3-
<img src="banner.svg" alt="viralens" width="100%">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="reports/img/viralens-github-dark.png">
5+
<source media="(prefers-color-scheme: light)" srcset="reports/img/viralens-github-light.png">
6+
<img src="reports/img/viralens-github-light.png" alt="viralens creator analytics overview" width="100%">
7+
</picture>
48

59
[![License: MIT](https://img.shields.io/badge/License-MIT-FD4E63.svg)](LICENSE)
610
&nbsp;[![Download](https://img.shields.io/badge/⬇%20Download-Win%20·%20Mac%20·%20Linux-2EA44F)](https://github.com/HarryXin0919/viralens/releases/latest)
237 KB
Loading
236 KB
Loading

0 commit comments

Comments
 (0)