From a0cc12f3fbece080a429ce26ad76a6ec976b7900 Mon Sep 17 00:00:00 2001 From: chsakell Date: Thu, 29 Sep 2016 17:10:58 +0300 Subject: [PATCH] ui changes --- app/home/home.component.html | 2 +- wwwroot/css/site.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/home/home.component.html b/app/home/home.component.html index 59bd86e..c8598bb 100644 --- a/app/home/home.component.html +++ b/app/home/home.component.html @@ -1,5 +1,5 @@
-
+
diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 30f8db2..ad08a54 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -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 {