From cf2db3ab76fc7af6848eeddb3c7f08e12b84350b Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 26 Oct 2003 16:07:02 +0000 Subject: [PATCH] Fixed colours again --- theme/oceanblue/styles.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index e67d344b9c..aecafe0741 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -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 { -- 2.39.5