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

+1 -1
View File
@@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#f1decd</TileColor>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
+2 -2
View File
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#f1decd",
"background_color": "#f1decd",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}