From: Lucian Mogoșanu Date: Fri, 2 Mar 2012 19:54:12 +0000 (+0200) Subject: style: adjust anchor colour X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=0cdcfc3b52f972ed9e782bc8bf9a6b069b2bda4b;p=simplest-theme.git style: adjust anchor colour --- 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;}