Update colors for icon themes.

This commit is contained in:
Seraphim R. Pardee 2021-08-14 19:37:00 -04:00
parent dbfeca37aa
commit 3ef99e1adc
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#2b5797</TileColor>
<TileColor>#8fbcbb</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@ -13,8 +13,8 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#8fbcbb",
"background_color": "#8fbcbb",
"start_url": "https://srp.life",
"display": "standalone"
}