We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b22b97 commit 0f5b646Copy full SHA for 0f5b646
assets/img/favicons/browserconfig.xml
@@ -7,7 +7,7 @@ layout: compress
7
<msapplication>
8
<tile>
9
<square150x150logo src="{{ '/assets/img/favicons/mstile-150x150.png' | relative_url }}" />
10
- <TileColor>#da532c</TileColor>
+ <TileColor>#FF3E00</TileColor>
11
</tile>
12
</msapplication>
13
</browserconfig>
assets/img/favicons/site.webmanifest
@@ -20,7 +20,7 @@ layout: compress
20
"type": "image/png"
21
}],
22
"start_url": "{{ '/index.html' | relative_url }}",
23
- "theme_color": "#2a1e6b",
24
- "background_color": "#ffffff",
+ "theme_color": "#282828",
+ "background_color": "#282828",
25
"display": "fullscreen"
26
}
0 commit comments