Skip to content

Commit

Permalink
docs: try to use dark and light theme images on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Mar 2, 2024
1 parent a1f0f8d commit d7e050b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
![Screenshot](images/wallos.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/wallossolidwhite.png">
<source media="(prefers-color-scheme: light)" srcset="./images/wallossolid.png">
<img alt="Wallos" src="./images/wallossolid.png">
</picture>

Wallos: Open-Source Personal Subscription Tracker

Expand Down

0 comments on commit d7e050b

Please sign in to comment.