From 5431368ad1c918b5e246a4b174f0c3b8d3713c67 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 10 Jul 2015 14:04:56 -0400 Subject: Update msapplication-TileColor value --- app/views/layouts/_head.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1