add background-color to names in chat

pull/1/head
ansuz 2017-07-13 18:04:56 +02:00
parent e2c17dbeb4
commit 9ef45fe9f1
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ body {
.sender {
margin-top: 10px;
font-weight: bold;
background-color: rgba(0,0,0,0.1);
}
}
}