Skip to content

Commit

Permalink
Merge pull request #562 from CliMA/gb/fix-logo-dark
Browse files Browse the repository at this point in the history
Fix logo for dark mode
  • Loading branch information
Sbozzolo authored Mar 26, 2024
2 parents da9d120 + 6028326 commit a3dadab
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 14 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<h1 align="center">
<img src="logo.png" width="400px"> <br>
</h1>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="logo-white.svg">
<source media="(prefers-color-scheme: light)" srcset="logo.svg">
<img alt="Shows the logo of ClimaLand, with a drop and three leaves" src="logo.svg">
</picture>
<p align="center">
<strong>Create and run land models in integrated (multi-
component) or standalone (single component) modes. </strong>
Expand Down
75 changes: 75 additions & 0 deletions logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed logo.png
Binary file not shown.
22 changes: 11 additions & 11 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3dadab

Please sign in to comment.