]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed a missing quote, and fixed the highlight colour
authormoodler <moodler>
Sun, 5 Jan 2003 16:46:29 +0000 (16:46 +0000)
committermoodler <moodler>
Sun, 5 Jan 2003 16:46:29 +0000 (16:46 +0000)
theme/oceanblue/config.php

index 72206354048e67f7e3c90237f413505f7a3da739..f94549a8f34c08281494b6c721ae050accd20772 100644 (file)
@@ -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)
 
 ?>