From 5532560d07d50cdeef54054c829a4591cf05a8a4 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 29 Aug 2021 10:51:44 +0000 Subject: do not define colors in manifest (system colors are mostly the better fit) and use profile fullname instead of channel_name in nav --- Zotlabs/Module/Manifest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'Zotlabs/Module') diff --git a/Zotlabs/Module/Manifest.php b/Zotlabs/Module/Manifest.php index 30a091172..6fe468a14 100644 --- a/Zotlabs/Module/Manifest.php +++ b/Zotlabs/Module/Manifest.php @@ -27,8 +27,6 @@ class Manifest extends Controller { 'start_url' => z_root(), 'display' => 'standalone', 'orientation' => 'any', - 'theme_color' => '#343a40', - 'background_color' => '#ccccc', 'share_target' => [ 'action' => '/rpost', 'method' => 'POST', -- cgit v1.2.3