Skip to content

Commit

Permalink
docs: update logos and add dark logo
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <raphael@isovalent.com>
  • Loading branch information
raphink authored and michi-covalent committed May 23, 2022
1 parent 3df7d4c commit 83a6345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added Documentation/images/hubble_logo-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/images/hubble_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
@@ -1,4 +1,7 @@
![Hubble logo](Documentation/images/hubble_logo.png)
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://cdn.jsdelivr.net/gh/cilium/hubble@master/Documentation/images/hubble_logo.png" width="350" alt="Hubble Logo">
<img src="https://cdn.jsdelivr.net/gh/cilium/hubble@master/Documentation/images/hubble_logo-dark.png" width="350" alt="Hubble Logo">
</picture>

# Network, Service & Security Observability for Kubernetes

Expand Down

0 comments on commit 83a6345

Please sign in to comment.