From 654eddf0866a1d4d9277443eb0f34c0d3cde965b Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 5 Jan 2003 16:46:29 +0000 Subject: [PATCH] FIxed a missing quote, and fixed the highlight colour --- theme/oceanblue/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php index 7220635404..f94549a8f3 100644 --- a/theme/oceanblue/config.php +++ b/theme/oceanblue/config.php @@ -5,7 +5,7 @@ $THEME->cellheading = "#CCCCFF"; // Standard headings of big tables $THEME->cellheading2 = "#8080c0"; // Highlight headings of tables $THEME->cellcontent = "#F0F0FF"; // For areas with text $THEME->cellcontent2 = "#CCCCFF"; // Alternate colour -$THEME->borders = "#AAAAFF; // Table borders -$THEME->highlight = "#0000FF"; // Highlighted text (eg after a search) +$THEME->borders = "#AAAAFF"; // Table borders +$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) ?> -- 2.39.5