update assets

This commit is contained in:
Richard Harris
2019-05-02 09:28:07 -04:00
parent 9396076a91
commit ef073b0c03
8 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<style>
nav {
border-bottom: 1px solid rgba(170,30,30,0.1);
border-bottom: 1px solid rgba(255,62,0,0.1);
font-weight: 300;
padding: 0 1em;
}
@@ -36,7 +36,7 @@
content: '';
width: calc(100% - 1em);
height: 2px;
background-color: rgb(170,30,30);
background-color: rgb(255,62,0);
display: block;
bottom: -1px;
}

View File

@@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<meta name='theme-color' content='#aa1e1e'>
<meta name='theme-color' content='#333333'>
%sapper.base%

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
static/logo-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
static/logo-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,18 +1,18 @@
{
"background_color": "#ffffff",
"theme_color": "#aa1e1e",
"theme_color": "#333333",
"name": "TODO",
"short_name": "TODO",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "svelte-logo-192.png",
"src": "logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "svelte-logo-512.png",
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB