Skip to content

Commit 48a3e87

Browse files
andros21bchalios
authored andcommitted
README.md: dark/light mode logo
Display README logo optimized for dark/light backgrounds. This is particularly helpful for transparent PNG images. Signed-off-by: andros21 <[email protected]>
1 parent c1f70bf commit 48a3e87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
![Firecracker Logo Title](docs/images/fc_logo_full_transparent-bg.png)
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/fc_logo_full_transparent-bg_white-fg.png">
3+
<source media="(prefers-color-scheme: light)" srcset="docs/images/fc_logo_full_transparent-bg.png">
4+
<img alt="Firecracker Logo Title" width="750" src="docs/images/fc_logo_full_transparent-bg.png">
5+
</picture>
26

37
Our mission is to enable secure, multi-tenant, minimal-overhead execution of
48
container and function workloads.

0 commit comments

Comments
 (0)