]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed blue a little
authormoodler <moodler>
Mon, 9 Dec 2002 16:21:02 +0000 (16:21 +0000)
committermoodler <moodler>
Mon, 9 Dec 2002 16:21:02 +0000 (16:21 +0000)
theme/standardblue/config.php

index a2e1f9d45df1ae6cfb056863d03c967cd23d8e1c..00f9fc314e9130009995277c62f0224e65e71309 100644 (file)
@@ -4,7 +4,7 @@ $THEME->body         = "#C5EFFF";  // Main page color
 $THEME->cellheading  = "#9ADAF4";  // Standard headings of big tables
 $THEME->cellheading2 = "#73C1E1";  // Highlight headings of tables
 $THEME->cellcontent  = "#FFFFFF";  // For areas with text
-$THEME->cellcontent2 = "#B7E4F6";  // Alternate colour
+$THEME->cellcontent2 = "#B3EAFF";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)