From 6beb3343c3ce3358bda360271de2ca3eec0884fa Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 27 Feb 2002 10:09:02 +0000 Subject: [PATCH] Slight color changes --- theme/standardblue/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/standardblue/config.php b/theme/standardblue/config.php index 396fe97bb0..24afb470d9 100644 --- a/theme/standardblue/config.php +++ b/theme/standardblue/config.php @@ -1,8 +1,9 @@ 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 -- 2.39.5