Non transparent colors on player list

This commit is contained in:
AlexKvazos
2015-05-17 14:09:41 -05:00
parent c0cf956710
commit 8b0e87e986
+2 -2
View File
@@ -66,12 +66,12 @@ body {
top: 70px;
right: 20px;
width: 200px;
background-color: rgba(255,255,255,0.1);
background-color: #171717;
}
#players .header {
padding: 10px;
background-color: rgba(0,0,0,0.3);
background-color: #101010;
}
#players .body {