Fix remaining light backgrounds

This commit is contained in:
Neale Pickett 2012-01-18 09:35:03 -06:00
parent ee771c74a7
commit e0671eefae
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ h1 {
.login input {
border: 1px solid #ddd;
color: #bbb;
background: #fff;
background: #111;
font-weight: bold;
}
@ -79,5 +79,5 @@ img.left {
}
pre {
background-color: #eee;
background-color: #444;
}