mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 06:06:47 -04:00
Tweaked alliance station display.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user