mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Update webmanifest & themecolour
This commit is contained in:
parent
71474ce333
commit
6f3f22e01d
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue