summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-06-15 00:12:51 -0600
committertekkub <tekkub@gmail.com>2009-06-15 00:12:51 -0600
commitd0c105b93873f81adc71380a5baadc768ffd2123 (patch)
tree28c58a8c53ccf91682a28e258b6c7592680c4232 /css/style.css
parent6f750f87ae81473a91c7eb82211720fa1ba5cf21 (diff)
Change up header color
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css8
1 files changed, 4 insertions, 4 deletions
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;}