Skip to content

Commit

Permalink
Fix logo's dark/light mode (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Apr 29, 2022
1 parent 935878f commit 3cf38b8
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<img
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png'
height='48'
/>
<p align='left'>
<a href='https://carbonplan.org/#gh-light-mode-only'>
<img
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png'
height='48px'
/>
</a>
<a href='https://carbonplan.org/#gh-dark-mode-only'>
<img
src='https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png'
height='48px'
/>
</a>
</p>

# ndpyramid

Expand Down

0 comments on commit 3cf38b8

Please sign in to comment.