Update webmanifest & themecolour

This commit is contained in:
JP Hastings-Spital 2023-10-17 17:17:09 +01:00
parent 71474ce333
commit 6f3f22e01d
2 changed files with 4 additions and 4 deletions

View file

@ -29,8 +29,8 @@ $media-size-tablet: "(max-width: 900px)";
:root {
--phoneWidth: (max-width: 684px);
--tabletWidth: (max-width: 900px);
--accent: #FE3C68;
--accentHue: 17.734;
--accent: #8186FF;
--accentHue: 290;
}
/* Content */

View file

@ -13,8 +13,8 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#8186FF",
"background_color": "#ffffff",
"start_url": "https://www.byjp.me",
"start_url": "./index.html",
"display": "standalone"
}