Skip to content

Commit a2d0c83

Browse files
authored
Adapt header README image to dark mode (#5997)
1 parent 422fa63 commit a2d0c83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
![phoenix logo](https://raw.githubusercontent.com/phoenixframework/phoenix/main/priv/static/phoenix.png)
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="./priv/static/phoenix-orange.png" />
3+
<source media="(prefers-color-scheme: light)" srcset="./priv/static/phoenix.png" />
4+
<img src="./priv/static/phoenix.png" alt="Phoenix logo" />
5+
</picture>
26

37
> Peace of mind from prototype to production.
48

priv/static/phoenix-orange.png

15.7 KB
Loading

0 commit comments

Comments
 (0)