summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-04-05 22:06:08 +1000
committerVictor Tran <[email protected]>2017-04-05 22:06:08 +1000
commitde32b0f7064d1195fc0b0aca322a63392ea97eea (patch)
treee8927d086b850d0f1ed5f22f3c4514a341846cf5
parent3737da45caa09533ba05f4536a2428d27a00dee8 (diff)
downloadproject-unite-de32b0f7064d1195fc0b0aca322a63392ea97eea.tar.gz
project-unite-de32b0f7064d1195fc0b0aca322a63392ea97eea.tar.bz2
project-unite-de32b0f7064d1195fc0b0aca322a63392ea97eea.zip
Change background colour; test commit
-rw-r--r--Project-Unite/Content/bootstrap-theme.css4
1 files 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
+}