Skip to content

Commit 37f8776

Browse files
Ganeshshipclaude
andcommitted
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

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<sub><b>BUILT BY</b></sub>
2626

27-
<a href="https://mobile.wednesday.is/hire-ai-native-mobile-squad"><img src="https://mobile.wednesday.is/logos/wednesday-logo.svg" alt="Wednesday Solutions" height="104" /></a>
27+
<a href="https://mobile.wednesday.is/hire-ai-native-mobile-squad"><picture><source media="(prefers-color-scheme: dark)" srcset="https://mobile.wednesday.is/logos/wednesday-logo.svg" /><img src="src/assets/wednesday-logo.svg" alt="Wednesday Solutions" height="104" /></picture></a>
2828

2929
</div>
3030

0 commit comments

Comments
 (0)