mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 21:24:59 +00:00
fix theme color
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<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%
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#ff3e00",
|
||||
"theme_color": "#159794",
|
||||
"name": "Sapper",
|
||||
"short_name": "Sapper",
|
||||
"display": "minimal-ui",
|
||||
|
||||
Reference in New Issue
Block a user