theme color update

This commit is contained in:
slweeb 2022-01-06 13:02:14 -05:00
parent 8148bbbd39
commit 8b31ae5687
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=2" color="#2167ff">
<link rel="shortcut icon" href="icons/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#e6d577">
<meta name="theme-color" content="#e6d577">
<meta name="theme-color" content="#000000">
<!--OpenGraph-->
<meta property="og:locale" content="en_US">

View File

@ -1,7 +1,7 @@
{
"name": "Sandboxels",
"short_name": "Sandboxels",
"theme_color": "#e6d577",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone",
"scope": "/",