mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +02:00
Fix theme color
This commit is contained in:
parent
712ab4e510
commit
2d94609e24
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue