change pwa theme color
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<title>Instacode</title>
|
||||
<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="mask-icon" href="/img/icons/android-chrome-maskable-192x192.png" color="#282C34">
|
||||
<meta name="theme-color" content="#282C34">
|
||||
<link rel="mask-icon" href="/img/icons/android-chrome-maskable-192x192.png" color="#7ACED7">
|
||||
<meta name="theme-color" content="#7ACED7">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user