change pwa theme color
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<title>Instacode</title>
|
<title>Instacode</title>
|
||||||
<meta name="description" content="Scratchpad for instant JavaScript code running">
|
<meta name="description" content="Scratchpad for instant JavaScript code running">
|
||||||
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
||||||
<link rel="mask-icon" href="/img/icons/android-chrome-maskable-192x192.png" color="#282C34">
|
<link rel="mask-icon" href="/img/icons/android-chrome-maskable-192x192.png" color="#7ACED7">
|
||||||
<meta name="theme-color" content="#282C34">
|
<meta name="theme-color" content="#7ACED7">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export default defineConfig({
|
|||||||
name: 'Instacode',
|
name: 'Instacode',
|
||||||
short_name: 'Instacode',
|
short_name: 'Instacode',
|
||||||
description: 'Scratchpad for instant JavaScript code running',
|
description: 'Scratchpad for instant JavaScript code running',
|
||||||
theme_color: '#282C34',
|
theme_color: '#7ACED7',
|
||||||
id: '/',
|
id: '/',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user