Skip to content

Commit e2a51a0

Browse files
authored
Merge pull request #3599 from yankay/ignore-logo-in-dark-mode
Add logo for the dark mode in readme.md
2 parents c94d0cc + af25fd4 commit e2a51a0

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
# nerdctl: Docker-compatible CLI for containerd
77

8-
![logo](docs/images/nerdctl.svg)
8+
<picture>
9+
<source media="(prefers-color-scheme: light)" srcset="docs/images/nerdctl.svg">
10+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/nerdctl-white.svg">
11+
<img alt="logo" src="docs/images/nerdctl.svg">
12+
</picture>
913

1014
`nerdctl` is a Docker-compatible CLI for [contai**nerd**](https://containerd.io).
1115

docs/images/nerdctl-white.svg

+25
Loading

0 commit comments

Comments
 (0)