Fix theme color

This commit is contained in:
Kevin Kandlbinder 2021-07-26 13:27:56 +00:00
parent 712ab4e510
commit 2d94609e24

View file

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