mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 22:05:20 +00:00
fix theme color
This commit is contained in:
@@ -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%
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user