aboutsummaryrefslogtreecommitdiff
path: root/colors-day.css
blob: 8be76b30c5322e0a44bdba120c97546e5cb0201a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	background: #FFF;
	color: #000;
}
#panel li a.active {
background-color:#CEC;
}
#panel li a:hover:not(.active) {
background-color:#DFD;
}
#panel {
background-color:#EEE;
}
#content .block {
border: 1px solid #333;
}