add chat team colors
This commit is contained in:
parent
61ae57a850
commit
52e1673e3e
3 changed files with 26 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue