Skip to content

Commit

Permalink
Specify theme context for monogram (#298)
Browse files Browse the repository at this point in the history
* Specify theme context for monogram

* Apply suggestion from review
  • Loading branch information
maxrjones authored Nov 22, 2022
1 parent 0590538 commit a9775ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<img
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png'
height='48'
/>
<p align="left" >
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png">
<img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png">
</picture>
</p>

**climate downnscaling using cmip6 data**

Expand Down

0 comments on commit a9775ff

Please sign in to comment.