Updated the project logo in the README file and added support for light and dark modes.

This commit is contained in:
Javier Cicchelli 2023-04-25 15:30:16 +02:00
parent d17c9a0551
commit 4c49fd3949

View File

@ -1,5 +1,8 @@
<center style="padding: 32px 96px;">
<img src="swift-libs-logo.svg" alt="SwiftLibs logo">
<center>
<picture>
<source srcset="imgs/swiftlibs-logo-dark.svg" media="(prefers-color-scheme: dark)">
<img src="imgs/swiftlibs-logo-light.svg" alt="Shows the hand-drawn SwiftLibs package logo centered in the page.">
</picture>
</center>
# SwiftLibs