aboutsummaryrefslogtreecommitdiff
path: root/theme-night.css
blob: 1ff36794796b163867b1f136590ff8c62a3dd29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body{
	color:#fff;
	background-color:#112;
}
td#lobbylist,
td#lobbylog{
	border:1px #557 solid;
}
tbody#lobbylogtb > tr.history{
	background-color:#4c535d;
}
tbody#lobbylogtb td.message-ownmessage{
	color:#2d4;
}
div.configbtn{
	background-color:#333;
	border:1px #555 solid;
	color:#ddd;
}

.textinput{
	font-family:Monaco,"Courier New",Monospace;
	background-color:#001;
	color:#bbb;
}