Skip to content

Commit 000fe0b

Browse files
authored
Merge pull request #2380 from alexandear/docs/fix-cncf-logo-on-dark-theme
README.md: use white CNCF logo for a dark GitHub theme
2 parents 58c41a7 + 68de150 commit 000fe0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/
7575
- - -
7676
**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.**
7777

78-
<img src="https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg" width=300 />
78+
<picture>
79+
<source media="(prefers-color-scheme: dark)" srcset="https://www.cncf.io/wp-content/uploads/2022/07/cncf-white-logo.svg">
80+
<img src="https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg" width=300 />
81+
</picture>
7982

8083
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).

0 commit comments

Comments
 (0)