Skip to content

Commit

Permalink
Fix logo for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Mar 26, 2024
1 parent da9d120 commit 6028326
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 6028326

Please sign in to comment.