mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
remove accent color test
This commit is contained in:
1
boot.php
1
boot.php
@@ -1256,7 +1256,6 @@ class App {
|
||||
|
||||
self::$meta->set('generator', Zotlabs\Lib\System::get_platform_name());
|
||||
self::$meta->set('theme-color', $theme_color);
|
||||
self::$meta->set('accent-color', $theme_color);
|
||||
|
||||
head_add_link(['rel' => 'shortcut icon', 'href' => static::head_get_icon()]);
|
||||
head_add_link(['rel' => 'apple-touch-icon', 'href' => '/images/app/hz-192.png']);
|
||||
|
||||
Reference in New Issue
Block a user