Browse Source

No weird black over blue background

Signed-off-by: Suki <[email protected]>
Suki 11 years ago
parent
commit
0c472bcfee
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Themes/default/css/index.css

+ 3 - 2
Themes/default/css/index.css

@@ -852,10 +852,11 @@ h3.titlebg, h4.titlebg {
 	color: #fff;
 }
 h3.titlebg a, h4.titlebg a {
-	color: #444;
+	color: #fff;
+	text-decoration: underline;
 }
 h3.titlebg a:hover, h4.titlebg a:hover {
-	color: #000838;
+	color: #fff;
 	text-decoration: none;
 }
 h3.catbg img.icon {