We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa95e41 commit 9c46f42Copy full SHA for 9c46f42
README.md
@@ -1,7 +1,11 @@
1
<div align="center">
2
<div>
3
<a href="https://strandsagents.com">
4
- <img src="https://strandsagents.com/latest/assets/logo.svg" alt="Strands Agents" width="55px" height="105px">
+ <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>
9
</a>
10
</div>
11
0 commit comments