Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit e10fff3

Browse files
README: Conditionally render dark/light mode logos depending on user's GitHub theme
Fixes: #1305 Co-authored-by: Saahil Ali <[email protected]>
1 parent eb68bef commit e10fff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![Logo](https://raw.githubusercontent.com/intel/dffml/master/docs/images/logo-lightmode.svg)
2-
1+
![Logo-dark](https://raw.githubusercontent.com/intel/dffml/master/docs/images/logo-darkmode.svg#gh-dark-mode-only)
2+
![Logo-light](https://raw.githubusercontent.com/intel/dffml/master/docs/images/logo-lightmode.svg#gh-light-mode-only)
33
[![Actions Status](https://github.com/intel/dffml/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/intel/dffml/actions)
44
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/intel/dffml)
55
[![codecov](https://codecov.io/gh/intel/dffml/branch/master/graph/badge.svg)](https://codecov.io/gh/intel/dffml)

0 commit comments

Comments
 (0)