summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-07-10 14:04:56 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-07-10 14:04:56 -0400
commit5431368ad1c918b5e246a4b174f0c3b8d3713c67 (patch)
tree7becabf5e3eb8ae59d776a5ead02a75ac794c8f2
parent353dc1e83e14b02d9644dc52bd435b746920c27e (diff)
downloadgitlab-ce-rs-issue-1908.tar.gz
Update msapplication-TileColor valuers-issue-1908
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index a43b6d57c9c..54cddc30b74 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -28,7 +28,7 @@
-# Windows 8 pinned site tile
%meta{name: 'msapplication-TileImage', content: image_url('msapplication-tile.png')}
- %meta{name: 'msapplication-TileColor', content: '#554488'}
+ %meta{name: 'msapplication-TileColor', content: '#30353E'}
= yield :meta_tags