feat: switch logo according to light or dark mode
This commit is contained in:
parent
d8ef49226a
commit
a5a5df8069
BIN
.github/crowsnest-logo-darkmode.png
vendored
Normal file
BIN
.github/crowsnest-logo-darkmode.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
.github/crowsnest-logo-lightmode.png
vendored
Normal file
BIN
.github/crowsnest-logo-lightmode.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -1,7 +1,11 @@
|
|||||||
[](https://github.com/mainsail-crew/crowsnest/blob/master/LICENSE) [](https://github.com/mainsail-crew/crowsnest/search?l=shell) [](https://github.com/mainsail-crew/crowsnest/commits) [](https://github.com/mainsail-crew/crowsnest/issues) [](https://discord.gg/mainsail)
|
[](https://github.com/mainsail-crew/crowsnest/blob/master/LICENSE) [](https://github.com/mainsail-crew/crowsnest/search?l=shell) [](https://github.com/mainsail-crew/crowsnest/commits) [](https://github.com/mainsail-crew/crowsnest/issues) [](https://discord.gg/mainsail)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src=".github/crowsnest-logo.png" style="width:30%">
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset=".github/crowsnest-logo-darkmode.png">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset=".github/crowsnest-logo-lightmode.png">
|
||||||
|
<img alt="Crowsnest Logo" src=".github/crowsnest-logo-lightmode.png" style="width: 30%">
|
||||||
|
</picture>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# crowsnest
|
# crowsnest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user