Change favicon/app manifest theme color to white

This commit is contained in:
Keavon Chambers 2022-11-06 01:55:48 -07:00
parent 4c16efb33d
commit 16afe91944
7 changed files with 13 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#f1decd</TileColor>
</tile>
</msapplication>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>

View file

@ -13,8 +13,8 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#473a3a">
<meta name="apple-mobile-web-app-title" content="Graphite">
<meta name="application-name" content="Graphite">
<meta name="msapplication-TileColor" content="#f1decd">
<meta name="theme-color" content="#f1decd">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body>

View file

@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#f1decd",
"background_color": "#f1decd",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#f1decd</TileColor>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>

View file

@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#f1decd",
"background_color": "#f1decd",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}