mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
53428d97c4
commit
1c4bc362ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue