From e0671eefaecff33765cfeef3c6e3cc43688f72d5 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 18 Jan 2012 09:35:03 -0600 Subject: [PATCH] Fix remaining light backgrounds --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f01dd2b..da83989 100644 --- a/style.css +++ b/style.css @@ -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; }