Skip to content

Commit 13c0883

Browse files
alichherawallaUserclaude
authored
docs: dark-mode Wednesday logo, bump size (#397)
The single SVG has a white backdrop rect baked in, so on GitHub dark mode the logo rendered as a white card. Add a transparent variant with white glyphs and wire it via <picture> + prefers-color-scheme. Bump height from 104 to 160. Co-authored-by: User <user@Users-MacBook-Pro.local> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a9bdce0 commit 13c0883

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

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

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

28-
<a href="https://wednesday.is/?utm_source=github&utm_medium=offgrid-readme&utm_content=logo"><img src="src/assets/wednesday-logo.svg" alt="Wednesday Solutions" height="104" /></a>
28+
<a href="https://wednesday.is/?utm_source=github&utm_medium=offgrid-readme&utm_content=logo"><picture><source media="(prefers-color-scheme: dark)" srcset="src/assets/wednesday-logo-dark.svg" /><img src="src/assets/wednesday-logo.svg" alt="Wednesday Solutions" height="160" /></picture></a>
2929

3030
</div>
3131

src/assets/wednesday-logo-dark.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)