From 20fb6a98458527c0e92cc418ce3e5d7d10f825f8 Mon Sep 17 00:00:00 2001 From: mhayden Date: Sun, 6 Mar 2011 19:09:47 -0600 Subject: [PATCH] More color changes --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 122abe4..2b39313 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,12 @@ margin: 0 auto; width: 700px; } - h1 { font-size: 3.8em; color: #7c65bc; margin-bottom: 3px; } + h1 { font-size: 3.8em; color: #333333; margin-bottom: 3px; } h1 .small { font-size: 0.4em; } h1 a { text-decoration: none } - h2 { font-size: 1.5em; color: #7c65bc; } - h3 { text-align: center; color: #7c65bc; } - a { color: #7c65bc; } + h2 { font-size: 1.5em; color: #333333; } + h3 { text-align: center; color: #333333; } + a { color: #d42020; } .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} .download { float: right; } pre { background: #000; color: #fff; padding: 15px;}