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

Use black translucent status

This commit is contained in:
Daniel Barber 2015-12-08 18:39:29 +00:00
parent 246ac229ca
commit dbdff8f4b6
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 3 deletions

View File

@ -27,13 +27,13 @@ body {
}
.scores div .games {
position: absolute;
top: 2rem;
top: 3rem;
font-weight: bold;
font-size: 5rem;
}
.scores div .name {
position: absolute;
top: 3rem;
top: 4rem;
font-size: 2rem;
}
.scores div .serve {

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" href="/stylesheets/main.css">
<meta name="viewport" content="initial-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/images/icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/icon-ipad.png">