Skip to content

Commit

Permalink
Merge pull request #18891 from alexandear/readme-logo-dark-theme
Browse files Browse the repository at this point in the history
Fix displaying etcd logo in README on a dark theme
  • Loading branch information
serathius authored Nov 15, 2024
2 parents 2c7345a + dd578f4 commit 6de50f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

**Note**: The `main` branch may be in an *unstable or even broken state* during development. For stable versions, see [releases][github-release].

![etcd Logo](logos/etcd-horizontal-color.svg)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cncf/artwork/9870640f123303a355611065195c43ac3f27aa19/projects/etcd/horizontal/white/etcd-horizontal-white.png">
<source media="(prefers-color-scheme: light)" srcset="logos/etcd-horizontal-color.svg">
<img alt="etcd logo" src="logos/etcd-horizontal-color.svg" width=269 />
</picture>

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

Expand Down

0 comments on commit 6de50f9

Please sign in to comment.