From 0cdcfc3b52f972ed9e782bc8bf9a6b069b2bda4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lucian=20Mogo=C8=99anu?= Date: Fri, 2 Mar 2012 21:54:12 +0200 Subject: [PATCH] style: adjust anchor colour --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 6433eea..021c108 100644 --- a/style.css +++ b/style.css @@ -31,16 +31,18 @@ sub {top:0.5ex;} .clear {clear:both;} body {color:#111;} -a {color:#111;} +/* a {color:#111;} */ +a {color: #900000; } +h1 a {color: #111;} p {line-height:1.3em;} h1 {font-size:1.7em;} h2 {font-size:1.3em;} h3 {font-size:1.1em;} -h1 a {text-decoration:none;} -h1 a:hover {text-decoration:underline;} +a {text-decoration:none;} +a:hover {text-decoration:underline;} h1,h2,h3,h4,h5,h6 {clear:both;} -#subtitle {font-size:0.9em;font-weight:bold;} +#subtitle {color: #301; font-size:0.9em;font-weight:bold;} #container {width:768px; margin:2em auto;} #header #description {margin-top:-1.4em;} #header li {display:inline; margin:0 0.5em 0 0;} -- 1.7.10.4