Update theme color in manifest for improved visual consistency
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m41s

This commit is contained in:
Florian Weber 2025-03-20 13:29:44 +01:00
parent 60e0818b6d
commit a83f2c39fd
Signed by: f.weber
GPG Key ID: A1C85EB19014A2D3

View File

@ -8,7 +8,7 @@ permalink: /assets/manifest.json
"start_url": "{{ "/" | relative_url }}",
"display": "standalone",
"background_color": "#f8ef02",
"theme_color": "#ff003c",
"theme_color": "#000000",
"icons": [
{
"src": "{{ "/assets/img/icon-192.png" | relative_url }}",