aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Manifest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Manifest.php b/Zotlabs/Module/Manifest.php
index 5297245d3..30a091172 100644
--- a/Zotlabs/Module/Manifest.php
+++ b/Zotlabs/Module/Manifest.php
@@ -28,7 +28,7 @@ class Manifest extends Controller {
'display' => 'standalone',
'orientation' => 'any',
'theme_color' => '#343a40',
- 'background_color' => 'white',
+ 'background_color' => '#ccccc',
'share_target' => [
'action' => '/rpost',
'method' => 'POST',