aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-06-08 16:46:26 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-06-08 17:02:18 +0200
commit81145ee57cab576ede2127f9a2aaf346ba822bce (patch)
tree51f6f532cefa49b5608fd35e2b8e4ff0d27ee112 /core/templates/layout.user.php
parent80f3a3f4cbecc1e517e6df8841ce457e34eda3e7 (diff)
downloadnextcloud-server-81145ee57cab576ede2127f9a2aaf346ba822bce.tar.gz
nextcloud-server-81145ee57cab576ede2127f9a2aaf346ba822bce.zip
THIS IS NEXTCLOUD! adjusting the design
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 601af6077f4..d762bd9897a 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -21,7 +21,7 @@
<meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>">
<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
- <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="#1d2d44">
+ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="#0082c9">
<?php foreach($_['cssfiles'] as $cssfile): ?>
<link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>">
<?php endforeach; ?>