summaryrefslogtreecommitdiff
path: root/archive/index-day.css
blob: 97dd6bfbc58e5a1000cbe8cf7b5e65f95ec10aa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
tr#header {
	background-color:rgba(255,255,255,0.9);
	text-align:left;
}
td#lower {
	background-color:rgba(255,255,255,0.7);
}
tr:nth-child(even) {background-color: rgba(240,240,240,0.8);}
tr:nth-child(odd) {background-color: rgba(255,255,255,0.6);}