Fix footer color

This commit is contained in:
calzoneman 2013-09-02 14:56:17 -05:00
parent a5a83c4121
commit e6c4097250
1 changed files with 5 additions and 0 deletions

View File

@ -216,3 +216,8 @@ pre {
border-top: none!important;
border-bottom: 4px solid #ccc!important;
}
#footer {
background-color: #222;
color: #ccc;
}