diff options
Diffstat (limited to 'edu.css')
-rw-r--r-- | edu.css | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ H1 { color: DarkGreen; } + +DIV.header { + background-color: LightGreen; + color: LightGreen; +} + +DIV.actions { + background-color: LightGreen; +} + +DIV#topbar { + background-color: LightGreen; +} + +DIV#sidebar { + background-color: LightGreen; +} + +DIV#farbar { + background-color: LightGreen; +} + +DIV#pageinfo { + background-color: LightGreen; +} +OC |