From d0c105b93873f81adc71380a5baadc768ffd2123 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 15 Jun 2009 00:12:51 -0600 Subject: Change up header color --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index 4a014e1..fbf298e 100755 --- a/css/style.css +++ b/css/style.css @@ -1,12 +1,12 @@ a { color: #008; } #welcome h1 { - padding: 20px; - text-align: center; - background: #458; + padding: 20px; + text-align: center; + background: #834; color: #fff; } - + h2 { background: #ddd; text-align: center; padding: 4px; } #welcome p { font-size: 1.3em; color: #444; text-align:center;} -- cgit v1.3.1