Update theme colour

It seems the theme colour (which is shown in the Android status bar) is still showing the Pinafore colour. I guess this doesn't get used by iOS? I think this is the correct one.
This commit is contained in:
Russ Garrett 2023-03-30 00:17:06 +01:00 committed by GitHub
parent a7eaec3391
commit 976a07d4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8' >
<meta name="viewport" content="width=device-width">
<meta id='theThemeColor' name='theme-color' content='#4169e1' >
<meta id='theThemeColor' name='theme-color' content='#6248CA' >
<meta name="description" content="{intl.appDescription}" >
%sapper.base%