Add light/dark mode image to mothership readme

This commit is contained in:
Mustafa Gezen 2023-08-31 07:13:56 +02:00
parent 0e2fbc0e83
commit 6d46a34c82
Signed by: mustafa
GPG Key ID: DCDF010D946438C1

View File

@ -1,5 +1,6 @@
<p align="center">
<picture>
<source srcset="ui/mship_gopher.png" media="(prefers-color-scheme: dark)" height="150">
<img src="ui/mship_gopher_dark.png" alt="Mship" height="150">
</picture>
</p>