1
0
mirror of https://github.com/danbee/scoreboard synced 2025-03-04 08:59:11 +00:00

Set the statusbar to black

This commit is contained in:
Daniel Barber 2015-12-08 17:02:10 +00:00
parent 0a7e2436a1
commit b1739301dd
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" href="/stylesheets/main.css"> <link rel="stylesheet" href="/stylesheets/main.css">
<meta name="viewport" content="initial-scale=1"> <meta name="viewport" content="initial-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable"> <meta content="yes" name="apple-mobile-web-app-capable">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script>pusherKey = '<%= ENV['PUSHER_KEY'] %>';</script> <script>pusherKey = '<%= ENV['PUSHER_KEY'] %>';</script>