diff options
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
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 |