Update readme

This commit is contained in:
Aran Roig 2024-10-01 21:20:16 +02:00
parent 83f6e3af26
commit d5bf81d155
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
<img align="center" src="client/public/img/logo-splash.png" alt="Logo">
<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="client/public/img/logo-splash.png">
<source media="(prefers-color-scheme: light)" srcset="client/public/img/logo-splash.png">
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="client/public/img/logo-splash.png">
</picture>
<hr>
<h3 align="center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB