mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Slight color changes
This commit is contained in:
parent
45d1cc4a26
commit
6beb3343c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user