Darken font color in details box
authorJoey Schulze <joey@infodrom.org>
Fri, 12 Mar 2010 14:58:05 +0000 (15:58 +0100)
committerJoey Schulze <joey@infodrom.org>
Fri, 12 Mar 2010 14:58:05 +0000 (15:58 +0100)
stylesheet.css

index f6e97e1..d597401 100644 (file)
@@ -99,7 +99,7 @@ span.status_error {
 }
 
 div#details {
-    color: #555;
+    color: #424242;
 }
 
 div#details ul {