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.
2 parents 403b5cd + 3e926bb commit 6715befCopy full SHA for 6715bef
README.md
@@ -2,7 +2,10 @@
2
[[📖**Documentations**]](https://lima-vm.io/docs/)
3
[[👤**Slack (`#lima`)**]](https://slack.cncf.io)
4
5
-<img src="https://lima-vm.io/images/logo.svg" width=400 />
+<picture>
6
+ <source media="(prefers-color-scheme: dark)" srcset="website/static/images/logo-dark.svg">
7
+ <img alt="Shows a stylized 'Lima' text in bold, modern font" src="website/static/images/logo.svg" width=400 />
8
+</picture>
9
10
# Lima: Linux Machines
11
website/static/images/logo-dark.svg
0 commit comments