aboutsummaryrefslogtreecommitdiff
path: root/colors-night.css
blob: 6ff2c60b770ad8859b86d00c467cd9a0317afea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	background: #090933;
	color: #FFF;
}
#panel li a.active {
background-color:#449;
}
#panel li a:hover:not(.active) {
background-color:#338;
}
#panel {
background-color:#116;
}
#content .block {
border: 1px solid #338;
}