chore: update logo

This commit is contained in:
Kieran 2023-12-04 12:38:23 +00:00
parent c79c3dae0b
commit 01cb378ff0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
5 changed files with 11 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/logo_256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -1,10 +1,15 @@
{
"short_name": "zap_stream",
"short_name": "zap.stream",
"name": "zap.stream",
"icons": [
{
"src": "logo.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "logo_256.png",
"type": "image/png",
"sizes": "256x256"
}
],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -34,7 +34,7 @@ header {
}
header .logo {
background: url("/logo.png") no-repeat #171717;
background: url("/zap-stream.svg") no-repeat;
background-size: cover;
border-radius: 16px;
width: 48px;