Tweaked alliance station display.

This commit is contained in:
Patrick Fairbank
2014-08-22 20:44:14 -07:00
parent 61cb907ca3
commit 5b4f7d5012
3 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
html {
cursor: none;
-webkit-user-select: none;
-moz-user-select: none;
overflow: hidden;
@@ -28,7 +27,7 @@ body {
}
#teamId {
position: absolute;
top: 7%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
@@ -67,7 +66,7 @@ body {
color: #f00;
}
#blueScore {
color: #00f;
color: #66f;
}
#logo {
position: absolute;
@@ -85,5 +84,5 @@ body {
background-color: #00f;
}
[data-status=bypass] {
background-color: #999;
background-color: #666;
}