FIxed a missing quote, and fixed the highlight colour

This commit is contained in:
moodler 2003-01-05 16:46:29 +00:00
parent e2b5b53e46
commit 654eddf086

View 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)
?>