aboutsummaryrefslogtreecommitdiff
path: root/theme-night.css
blob: 44c096d98e6684614116ad6771f022216962fccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body{
	color:#fff;
	background-color:#112;
}
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;
}