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 853f9e8 commit 76fbb32Copy full SHA for 76fbb32
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