Merge pull request #3867 from maxpoulin64/fix-manifest-color
Fix off-by-one color error in webmanifest
This commit is contained in:
commit
89edc6aa30
@ -22,7 +22,7 @@
|
|||||||
<link id="favicon" rel="icon" sizes="16x16 32x32 64x64" href="favicon.ico" data-other="img/favicon-alerted.ico" type="image/x-icon">
|
<link id="favicon" rel="icon" sizes="16x16 32x32 64x64" href="favicon.ico" data-other="img/favicon-alerted.ico" type="image/x-icon">
|
||||||
|
|
||||||
<!-- Safari pinned tab icon -->
|
<!-- Safari pinned tab icon -->
|
||||||
<link rel="mask-icon" href="img/icon-black-transparent-bg.svg" color="#415363">
|
<link rel="mask-icon" href="img/icon-black-transparent-bg.svg" color="#415364">
|
||||||
|
|
||||||
<link rel="manifest" href="thelounge.webmanifest">
|
<link rel="manifest" href="thelounge.webmanifest">
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
"description": "Self-hosted web IRC client",
|
"description": "Self-hosted web IRC client",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#415363",
|
"theme_color": "#415364",
|
||||||
"background_color": "#415363",
|
"background_color": "#415364",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg-120x120px.png",
|
"src": "img/logo-grey-bg-120x120px.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user