Make the light theme a bit less blinding

This commit is contained in:
calzoneman 2013-08-30 15:47:52 -05:00
parent b603e392e6
commit ac8754299c
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@ html, body {
height: 100%;
}
body {
background-color: #f5f5f5;
}
.wrapper {
min-height: 100%;
height: auto !important;
@ -281,7 +285,7 @@ html, body {
}
#footer {
background-color: #f5f5f5;
background-color: #eeeeee;
height: 30px;
width: 100%;
padding: 0;