README: fix logo color
This commit is contained in:
parent
0c75715fd1
commit
35be01fe76
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/queGRtS.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://i.imgur.com/pR97tbF.png">
|
||||
<img alt="DifOS - Logo" src="https://i.imgur.com/pR97tbF.png">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/pR97tbF.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://i.imgur.com/queGRtS.png">
|
||||
<img alt="DifOS - Logo" src="https://i.imgur.com/queGRtS.png">
|
||||
</picture>
|
||||
|
||||
[](https://ci.difuse.io/job/DifOS/)
|
||||
|
|
Loading…
Reference in a new issue