fix theme color

This commit is contained in:
Richard Harris
2019-05-09 08:34:41 -04:00
parent ac4eb84f3d
commit dda936e53b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1.0'> <meta name='viewport' content='width=device-width,initial-scale=1.0'>
<meta name='theme-color' content='#ff3e00'> <meta name='theme-color' content='#159794'>
%sapper.base% %sapper.base%

View File

@@ -1,6 +1,6 @@
{ {
"background_color": "#ffffff", "background_color": "#ffffff",
"theme_color": "#ff3e00", "theme_color": "#159794",
"name": "Sapper", "name": "Sapper",
"short_name": "Sapper", "short_name": "Sapper",
"display": "minimal-ui", "display": "minimal-ui",