Update theme color in manifest for improved visual consistency
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m41s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m41s
This commit is contained in:
parent
60e0818b6d
commit
a83f2c39fd
@ -8,7 +8,7 @@ permalink: /assets/manifest.json
|
|||||||
"start_url": "{{ "/" | relative_url }}",
|
"start_url": "{{ "/" | relative_url }}",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#f8ef02",
|
"background_color": "#f8ef02",
|
||||||
"theme_color": "#ff003c",
|
"theme_color": "#000000",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "{{ "/assets/img/icon-192.png" | relative_url }}",
|
"src": "{{ "/assets/img/icon-192.png" | relative_url }}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user