Skip to content

Commit

Permalink
fix: change img based on color preferences (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 authored Jul 12, 2024
1 parent bdce016 commit 8d8bada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<p align="center">
<img src="./assets/deimos_horizontal_dark.png" alt="Deimos" width="500" />
<picture>
<source srcset="./assets/deimos_horizontal_light.png" media="(prefers-color-scheme: dark)">
<img src="./assets/deimos_horizontal_dark.png" alt="Deimos" width="500">
</picture>
</p>
<br>

Expand Down
Binary file added assets/deimos_horizontal_light.png
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 8d8bada

Please sign in to comment.