Skip to content

Commit dbf0c02

Browse files
authored
docs: add logo for github dark mode (#2622)
support dark mode by adding a new image, and using the appropriate suffix for the image URL in markdown. Signed-off-by: eliran <[email protected]>
1 parent a27274b commit dbf0c02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<img src="/logo.svg" height="125px" alt="Operator Lifecycle Manager"></img>
1+
<img src="/logo.svg#gh-light-mode-only" height="125px" alt="Operator Lifecycle Manager"></img>
2+
<img src="/logo-dark-mode.svg#gh-dark-mode-only" height="125px" alt="Operator Lifecycle Manager"></img>
23

34
[![Container Repository on Quay.io](https://quay.io/repository/operator-framework/olm/status "Container Repository on Quay.io")](https://quay.io/repository/operator-framework/olm)
45
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

logo-dark-mode.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)