Replace game-specific branding with FIRST logos

This commit is contained in:
Ken Schenke
2020-04-01 20:28:00 -05:00
parent 30b0679b6e
commit 724c2e699e
8 changed files with 9 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ body {
color: #fff;
}
body[data-mode=logo] {
background-color: #000;
background-color: #fff;
}
body[data-mode=fieldReset] {
background-color: #0a3;
@@ -44,7 +44,6 @@ body[data-mode=timeout] .mode#match {
bottom: 0;
left: 0;
right: 0;
height: 105%;
margin: auto auto;
}