css for links
Tobias Leich [Sat, 14 Nov 2009 00:22:06 +0000 (01:22 +0100)]
htdocs/assets/default.css

index 45abdc2..fb043f3 100644 (file)
@@ -17,13 +17,13 @@ a
 {
        font-size:                       14px;
        font-weight:         bold;
-       color:               #FF6600;
+       color:               #009933;
        text-decoration:     none;
 }
 
 a:hover
 {
-       color:               #FF0000;
+       color:               #2CC100;
        text-decoration:     underline;
 }