ui changes

This commit is contained in:
chsakell
2016-09-29 17:10:58 +03:00
parent 271c16cf15
commit a0cc12f3fb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
body {
background-color: #333;
background-color: #f5f5f5;
}
.box {
height: 50px;
background-color: whitesmoke;
background-color: #337ab7;
margin:5px;
padding: 10px;
text-align: center;
@@ -16,7 +16,7 @@ body {
}
.teamName {
color:#333;
color:ghostwhite;
}
th, td {