Conditionally render (#485)
This commit is contained in:
parent
3e58377ec9
commit
010bfb0efd
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<p align="center">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="public/wide-logo-light.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="public/wide-logo-dark.png">
|
||||
<img src="public/wide-logo-light.png" alt="tududi" width="400">
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue