Skip to content

Commit

Permalink
Set a custom color for the address bar in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Jan 9, 2015
1 parent b44b3b7 commit 3b242bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ressources/views/layouts/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Color of the address bar in Chrome -->
<meta name="theme-color" content="#22313F">
</head>
<body>

Expand All @@ -45,4 +48,4 @@
@include('layouts.partials.menu')

</div>
</div><!-- END NAVBAR -->
</div><!-- END NAVBAR -->

0 comments on commit 3b242bc

Please sign in to comment.