]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed colours again
authormoodler <moodler>
Sun, 26 Oct 2003 16:07:02 +0000 (16:07 +0000)
committermoodler <moodler>
Sun, 26 Oct 2003 16:07:02 +0000 (16:07 +0000)
theme/oceanblue/styles.php

index e67d344b9cfcfc7497baa905be34d75421bda958..aecafe074148501fb3db7df2c3379c9852488b13 100644 (file)
@@ -36,17 +36,17 @@ th {
 
 a:link {
     text-decoration: none; 
-    color: blue;
+    color: #0000CC;
 }
 
 a:visited {
     text-decoration: none; 
-    color: blue;
+    color: #0000CC;
 }
 
 a:hover {
     text-decoration: underline; 
-    color: red;
+    color: #FF0000;
 }
 
 form {