10000 style(readme): use dark logo for clearer visibility when system is us… · KarmaENT/sdk-python@9c46f42 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c46f42

Browse files
authored
style(readme): use dark logo for clearer visibility when system is using light color scheme (strands-agents#104)
1 parent aa95e41 commit 9c46f42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<div align="center">
22
<div>
33
<a href="https://strandsagents.com">
4-
<img src="https://strandsagents.com/latest/assets/logo.svg" alt="Strands Agents" width="55px" height="105px">
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://strandsagents.com/latest/assets/logo-light.svg" width="55px" height="105px">
6+
<source media="(prefers-color-scheme: light)" srcset="https://strandsagents.com/latest/assets/logo-dark.svg" width="55px" height="105px">
7+
<img src="https://strandsagents.com/latest/assets/logo-dark.svg" alt="Strands Agents" width="55px" height="105px">
8+
</picture>
59
</a>
610
</div>
711

0 commit comments

Comments
 (0)
0