add chat team colors

This commit is contained in:
Asraelite 2016-03-28 13:53:56 +01:00
parent 61ae57a850
commit 52e1673e3e
3 changed files with 26 additions and 15 deletions

View file

@ -30,13 +30,20 @@ body {
background-color: rgba(0, 0, 0, 0.55);
}
#gui #chat span {
#gui #chat-messages > span {
display: block;
margin-top: 5px;
}
#gui #chat b {
font-weight: 100;
#gui #chat span > span {
color: #afa;
}
#gui #chat span > span.teama {
color: #f76;
}
#gui #chat span > span.teamb {
color: #8af;
}