mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
chore: fixed colors from readme
This commit is contained in:
parent
bb2fa89148
commit
59cee20e5e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="./resources/logo-dark.svg">
|
<source media="(prefers-color-scheme: dark)" srcset="./resources/logo-light.svg">
|
||||||
<source media="(prefers-color-scheme: light)" srcset="./resources/logo-light.svg">
|
<source media="(prefers-color-scheme: light)" srcset="./resources/logo-dark.svg">
|
||||||
<img alt="Project Knedita" src="./resources/logo-light.svg" width="700">
|
<img alt="Project Knedita" src="./resources/logo-light.svg" width="700">
|
||||||
</picture>
|
</picture>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue