Fixing wring theme color
This commit is contained in:
parent
cb6d5cd944
commit
7917a628ef
@ -51,6 +51,6 @@
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#E188E5",
|
||||
"theme_color": "#1E88E5",
|
||||
"background_color": "#ffffff"
|
||||
}
|
@ -16,10 +16,10 @@
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#E188E5">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1E88E5">
|
||||
<script src="encoding.js"></script>
|
||||
<meta name="msapplication-TileColor" content="#E188E5">
|
||||
<meta name="theme-color" content="#E188E5">
|
||||
<meta name="msapplication-TileColor" content="#1E88E5">
|
||||
<meta name="theme-color" content="#1E88E5">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user