Use a more muted colour for the PWA splash screen

PWA's cant respect light/dark mode yet, so use a muted colour
so we don't have the bold white for people in dark mode.
This commit is contained in:
Jackson Harper
2022-07-28 16:03:49 -07:00
parent 53428d97c4
commit 1c4bc362ee

View File

@ -26,7 +26,7 @@
},
"display": "standalone",
"display_override": ["standalone", "minimal-ui", "browser"],
"background_color": "#ffffff",
"background_color": "#3D3D3D",
"theme_color": "#FFDE8C",
"screenshots": [{
"src": "/static/media/about/library-mobile.png",