aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-01 17:12:36 +0100
committerAlex Legler <alex@a3li.li>2015-01-01 17:12:36 +0100
commit144aa54a15168ae05766cc137f5b7c8be1cd0e30 (patch)
treecc04ebce66b28f99c8441c9aca434e947cfd779a /Tyrian.php
parentFix box headers overflow behavior, thanks to ulm for reporting (diff)
downloadskin-tyrian-144aa54a15168ae05766cc137f5b7c8be1cd0e30.tar.gz
skin-tyrian-144aa54a15168ae05766cc137f5b7c8be1cd0e30.tar.bz2
skin-tyrian-144aa54a15168ae05766cc137f5b7c8be1cd0e30.zip
Add Android theme color
Diffstat (limited to 'Tyrian.php')
-rw-r--r--Tyrian.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tyrian.php b/Tyrian.php
index b8285c7..075eefe 100644
--- a/Tyrian.php
+++ b/Tyrian.php
@@ -55,5 +55,6 @@ $wgHooks['OutputPageBeforeHTML'][] = 'injectMetaTags';
function injectMetaTags( $out ) {
$out->addMeta( 'viewport', 'width=device-width, initial-scale=1.0' );
+ $out->addMeta( 'theme-color', '#54487a' );
return true;
}