Skip to content

Commit

Permalink
Fix logo: iOS ignores @media (prefers-color-scheme:dark)
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 5, 2024
1 parent 83cc761 commit 0f2dee9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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/logo.svg" title="Turbo Mount logo" width="220" height="45">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.svg">
<img src="assets/logo.svg" title="Turbo Mount logo" width="220" height="45">
</picture>
</p>

<h1 align="center">Turbo Mount</h1>
Expand Down
1 change: 1 addition & 0 deletions assets/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.
2 changes: 1 addition & 1 deletion assets/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 0f2dee9

Please sign in to comment.