From 06fbd77a6f72f66f9f2be1da47c40b94127a1d56 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Mon, 12 Nov 2012 15:11:38 +1100 Subject: [PATCH] Trying out a red link color --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1e40c13..fe063ad 100644 --- a/index.html +++ b/index.html @@ -25,15 +25,15 @@ margin-bottom: 24px; } - a:link { color: #0000AA; } - a:visited { color: #660066; } + a:link { color: #A00; } + a:visited { color: #644; } h1 { font-family: 'IM Fell English SC', serif; font-weight: normal; font-size: 48px; line-height: 48px; - margin-top: 24px; + margin-top: 48px; } .subtitle {