From: moodler Date: Sun, 5 Jan 2003 16:46:29 +0000 (+0000) Subject: FIxed a missing quote, and fixed the highlight colour X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=654eddf0866a1d4d9277443eb0f34c0d3cde965b;p=moodle.git FIxed a missing quote, and fixed the highlight colour --- 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) ?>