mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +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 {
|
: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 */
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue