From f157be843dba8febcde69a9167224eaecb83c869 Mon Sep 17 00:00:00 2001 From: Sean Wei Date: Sat, 20 Jan 2024 10:40:00 +0800 Subject: [PATCH] docs: use reversed logo for dark theme in README Signed-off-by: Sean Wei --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ded4870b5..0e6a1553c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![buildah logo](https://cdn.rawgit.com/containers/buildah/main/logos/buildah-logo_large.png) +![buildah logo (light)](logos/buildah-logo_large.png#gh-light-mode-only) +![buildah logo (dark)](logos/buildah-logo_reverse_large.png#gh-dark-mode-only) # [Buildah](https://www.youtube.com/embed/YVk5NgSiUw8) - a tool that facilitates building [Open Container Initiative (OCI)](https://www.opencontainers.org/) container images