fix: add black name logo for light mode (#1266)

This commit is contained in:
マルコメ 2025-03-16 11:27:09 +09:00 committed by GitHub
parent b2ceb30037
commit 968d5ad72f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -1,13 +1,15 @@
<p align="center"> <p align="center">
<img src="assets/logos/appflowy_logo.svg" width="500" height="200" /> <picture>
<source srcset="assets/logos/appflowy_logo_white.svg" media="(prefers-color-scheme: dark)"/>
<img src="assets/logos/appflowy_logo_black.svg" width="500" height="200" />
</picture>
</p> </p>
<h4 align="center"> <h4 align="center">
<a href="https://discord.gg/9Q2xaN37tV"><img src="https://img.shields.io/badge/AppFlowy.IO-discord-orange"></a> <a href="https://discord.gg/9Q2xaN37tV"><img src="https://img.shields.io/badge/AppFlowy.IO-discord-orange"></a>
<a href="https://opensource.org/licenses/AGPL-3.0"><img src="https://img.shields.io/badge/license-AGPL-purple.svg" alt="License: AGPL"></a> <a href="https://opensource.org/licenses/AGPL-3.0"><img src="https://img.shields.io/badge/license-AGPL-purple.svg" alt="License: AGPL"></a>
</h4> </h4>
<p align="center"> <p align="center">
<a href="https://www.appflowy.com"><b>Website</b></a> <a href="https://www.appflowy.com"><b>Website</b></a>
<a href="https://twitter.com/appflowy"><b>Twitter</b></a> <a href="https://twitter.com/appflowy"><b>Twitter</b></a>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB