style: adjust anchor colour
authorLucian Mogoșanu <lucian.mogosanu@gmail.com>
Fri, 2 Mar 2012 19:54:12 +0000 (21:54 +0200)
committerLucian Mogoșanu <lucian.mogosanu@gmail.com>
Fri, 2 Mar 2012 19:54:12 +0000 (21:54 +0200)
style.css

index 6433eea..021c108 100644 (file)
--- 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;}