mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Non transparent colors on player list
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user