diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml
index a737f03..cef4737 100644
--- a/Views/Home/Index.cshtml
+++ b/Views/Home/Index.cshtml
@@ -25,6 +25,30 @@
+
Loading...
diff --git a/app/shared/components/chat.component.html b/app/shared/components/chat.component.html
index e0f5e86..0480f3c 100644
--- a/app/shared/components/chat.component.html
+++ b/app/shared/components/chat.component.html
@@ -1,8 +1,8 @@
- | ID |
- Match |
+ ID |
+ Match |
diff --git a/app/shared/components/match.component.html b/app/shared/components/match.component.html
index 48fbcbd..2d03851 100644
--- a/app/shared/components/match.component.html
+++ b/app/shared/components/match.component.html
@@ -1,8 +1,8 @@
- | Team |
- Score |
+ Team |
+ Score |
diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css
index 6c11274..b110977 100644
--- a/wwwroot/css/site.css
+++ b/wwwroot/css/site.css
@@ -1,10 +1,10 @@
body {
- background-color: #f5f5f5;
+ background-color: #1d3346;
}
.box {
height: 50px;
- background-color: #337ab7;
+ /*background-color: #286090;*/
margin:5px;
padding: 10px;
text-align: center;
@@ -19,6 +19,10 @@ body {
color:ghostwhite;
}
+.match-th {
+ color:#a94442;
+}
+
th, td {
text-align: center;
}