Skip to content

Commit

Permalink
Fix problem with logo in readme not adapting to dark/light mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJCrawford committed Nov 15, 2023
1 parent da8cb2c commit 5a143fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<img src="https://raw.githubusercontent.com/water3d/eedl/release/docs/source/_static/logo/logo_black.png" alt="EEDL Logo">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/water3d/eedl/release/docs/source/_static/logo/logo_black.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/water3d/eedl/release/docs/source/_static/logo/logo_white.png">
<img alt="EEDL Logo" src="https://raw.githubusercontent.com/water3d/eedl/release/docs/source/_static/logo/logo_black.png">
</picture>

# Earth Engine Downloader

Expand Down

0 comments on commit 5a143fa

Please sign in to comment.