added colour
authorMatt Lee <mattl@gnu.org>
Thu, 25 Mar 2010 16:24:04 +0000 (16:24 +0000)
committerMatt Lee <mattl@gnu.org>
Thu, 25 Mar 2010 16:24:04 +0000 (16:24 +0000)
screen.css

index db1ab215557131d1b472612a3c4b1c15e06cab54..2cc8750066b785de7d80ac273974ff262817ddf8 100644 (file)
@@ -3,7 +3,7 @@
      html,body{margin: 0; padding: 0;}
 
      a:link{color: blue;}
-     a:hover{color: yellow;}
+     a:hover{color: red;}
      a:visited{color: darkblue;}
 
      body {background-image: url(bg-join.png); background-repeat: repeat-x;}
@@ -37,7 +37,9 @@
 
      #bd h1{margin: 0;}
 
-     #content, #content a {height: 437px; position: relative; color: white !important;}
+     #content {height: 437px; position: relative; color: white !important;}
+
+     #content a { color: yellow !important; }
 
      #searchbox{position: absolute; top: 0; right: 0; line-height: 54px;}