Skip to content

Commit

Permalink
Improve logo in dark mode (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jul 22, 2022
1 parent 0179812 commit 82db894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions media/logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img src="media/logo.svg" alt="mimic-fn" width="400">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="media/logo_dark.svg">
<img alt="mimic-fn logo" src="media/logo.svg" width="400">
</picture>
<br>

> Make a function mimic another one
Expand Down

0 comments on commit 82db894

Please sign in to comment.