Fixing wring theme color

This commit is contained in:
Fabian 2019-06-01 12:45:45 +02:00
parent cb6d5cd944
commit 7917a628ef
2 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,6 @@
],
"start_url": "/",
"display": "standalone",
"theme_color": "#E188E5",
"theme_color": "#1E88E5",
"background_color": "#ffffff"
}

View File

@ -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>