Merge pull request #2850 from mike-petrov/feature/2289-add_logo_for_dark_theme

Add logo for dark theme
This commit is contained in:
Roman Khimov 2022-12-21 22:41:07 +07:00 committed by GitHub
commit d9af122be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

BIN
.github/logo_dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -1,5 +1,9 @@
<p align="center">
<img src="./.github/neo_color_dark_gopher.png" width="300px" alt="logo">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/logo_dark.png">
<source media="(prefers-color-scheme: light)" srcset="./.github/logo_light.png">
<img src="./.github/logo_light.png" width="300px" alt="NeoGo logo">
</picture>
</p>
<p align="center">
<b>Go</b> Node and SDK for the <a href="https://neo.org">Neo</a> blockchain.