Docs: fix index logo dark mode (#5474)

This commit is contained in:
Seb Slight 2026-01-31 09:55:59 -05:00 committed by GitHub
parent 7a6c40872d
commit 8978d16659
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,18 @@ read_when:
> _"EXFOLIATE! EXFOLIATE!"_ — A space lobster, probably
<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text-dark.png" />
<img src="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text.png" alt="OpenClaw" width="500" />
</picture>
<img
src="/assets/openclaw-logo-text-dark.png"
alt="OpenClaw"
width="500"
class="dark:hidden"
/>
<img
src="/assets/openclaw-logo-text.png"
alt="OpenClaw"
width="500"
class="hidden dark:block"
/>
</p>
<p align="center">