Skip to content

Commit be3d66d

Browse files
author
Shutong Wu
committed
feat(readme): replace header banner with a clean logo lockup
Swap the wide hero banner for a compact mark + wordmark lockup, served via <picture> so the wordmark flips light/dark with the GitHub theme (the colored Ocean mark is theme-independent). Applies to EN + zh READMEs. Removes the now-orphaned docs/images/logo.png banner copy (the docs site keeps its own). Claude-Session: https://claude.ai/code/session_01XFiuAUxNS9riUJFFBEHvui
1 parent a02ffe6 commit be3d66d

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<img width="820" alt="MCP for Unity" src="docs/images/logo.png" />
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo-header-dark.png">
3+
<img alt="MCP for Unity" src="docs/images/logo-header-light.png" width="400">
4+
</picture>
25

36
| [English](README.md) | [简体中文](docs/i18n/README-zh.md) |
47
|----------------------|---------------------------------|

docs/i18n/README-zh.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<img width="676" height="380" alt="MCP for Unity" src="../images/logo.png" />
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="../images/logo-header-dark.png">
3+
<img alt="MCP for Unity" src="../images/logo-header-light.png" width="400">
4+
</picture>
25

36
| [English](../../README.md) | [简体中文](README-zh.md) |
47
|----------------------|---------------------------------|

docs/images/logo-header-dark.png

11.4 KB
Loading

docs/images/logo-header-light.png

11.5 KB
Loading

docs/images/logo.png

-450 KB
Binary file not shown.

0 commit comments

Comments
 (0)