Skip to content

Commit

Permalink
Merge pull request #137 from conedevelopment/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
Fix dark/light mode logo in README
  • Loading branch information
adamlaki authored Jul 29, 2023
2 parents cf13781 + 2cadad8 commit 1581a27
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<p>
<a href="https://root.conedevelopment.com/#gh-light-mode-only">
<br/>
<img src="./.github/root-logo-dark.svg" alt="Root" width="100">
<br/>
</a>
<a href="https://root.conedevelopment.com/#gh-dark-mode-only">
<br/>
<img src="./.github/root-logo-light.svg" alt="Root" width="100">
<br/>
<a href="https://root.conedevelopment.com/">
<br>
<picture>
<source media="(prefers-color-scheme: light)" srcset="./.github/root-logo-dark.svg">
<source media="(prefers-color-scheme: dark)" srcset="./.github/root-logo-light.svg">
<img alt="Root" width="100" src="./.github/root-logo-light.svg">
</picture>
<br>
</a>
</p>

Expand Down

0 comments on commit 1581a27

Please sign in to comment.