1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-07-18 08:57:23 +02:00

Update manifest theme color

This commit is contained in:
Kevin Kandlbinder 2021-07-25 14:06:49 +00:00 committed by GitHub
parent d9b538312a
commit 41b729df1f

View file

@ -61,7 +61,7 @@ module.exports = {
short_name: extConfig.siteName,
start_url: `/`,
background_color: `#000710`,
theme_color: `#000710`,
theme_color: `#e5502b`,
display: `minimal-ui`,
icon: extConfig.iconPath, // This path is relative to the root of the site.
cache_busting_mode: "none",