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 { :root {
--phoneWidth: (max-width: 684px); --phoneWidth: (max-width: 684px);
--tabletWidth: (max-width: 900px); --tabletWidth: (max-width: 900px);
--accent: #FE3C68; --accent: #8186FF;
--accentHue: 17.734; --accentHue: 290;
} }
/* Content */ /* Content */

View file

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