Skip to content

Commit b605ff9

Browse files
README: light and dark mode logo
Signed-off-by: Achille Roussel <[email protected]>
1 parent fbec88d commit b605ff9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<p align="center">
2-
<img src="https://github.com/dispatchrun/.github/blob/main/profile/dispatch_logo_light.png?raw=true" height="64"/>
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset=".github/blob/main/profile/dispatch_logo_dark.png?raw=true">
4+
<img alt="dispatch logo" src=".github/blob/main/profile/dispatch_logo_light.png?raw=true" height="64">
5+
</picture>
36
</p>
47

58
# dispatch-py

0 commit comments

Comments
 (0)