Commit 37f8776
fix(readme): show Wednesday logo in light mode via picture tag
The remote logo at mobile.wednesday.is/logos/wednesday-logo.svg uses
fill="white" for all paths — designed for dark backgrounds. On light
mode the white logo renders invisibly on the white GitHub page.
Wrap the logo in <picture> with prefers-color-scheme branching:
- Dark mode → use the remote white-fill SVG (visible on dark page)
- Light mode → use the local src/assets/wednesday-logo.svg
(dark fill, designed for light page)
Each theme now gets a logo designed for it, no white-card workaround
needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f6355d3 commit 37f8776
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments