From de32b0f7064d1195fc0b0aca322a63392ea97eea Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Wed, 5 Apr 2017 22:06:08 +1000 Subject: [PATCH] Change background colour; test commit --- Project-Unite/Content/bootstrap-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 6647e30..429f0ec 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -269,7 +269,7 @@ body { font-size: 14px; line-height: 1.42857143; color: #BDBDBD; - background-color: #060606; + background-color: rgb(40, 40, 40); } input, button, @@ -6275,4 +6275,4 @@ table.tablesorter thead tr th:hover { left: -14px; right: auto; } -} \ No newline at end of file +}