]> git.mjollnir.org Git - moodle.git/commitdiff
Slight color changes
authormartin <martin>
Wed, 27 Feb 2002 10:09:02 +0000 (10:09 +0000)
committermartin <martin>
Wed, 27 Feb 2002 10:09:02 +0000 (10:09 +0000)
theme/standardblue/config.php

index 396fe97bb02af7682cc195bac6f48663d0a2b874..24afb470d9cb408b4037532d910f3b890f359da7 100644 (file)
@@ -1,8 +1,9 @@
 <?PHP // $Id$
 
 $THEME->body         = "#C5EFFF";  // Main page color
-$THEME->cellheading  = "#8BCDE8";  // Standard headings of big tables
-$THEME->cellheading2 = "#B5EAFF";  // Highlight headings of tables
+$THEME->cellheading  = "#9ADAF4";  // Standard headings of big tables
+$THEME->cellheading2 = "#73C1E1";  // Highlight headings of tables
+
 $THEME->cellcontent  = "#FFFFFF";  // For areas with text
 $THEME->cellcontent2 = "#FFD991";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders