blob: a95fb4df762c3a21aaf3e26c49c0abb84231ad45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
label.username {
color: rgb(4, 97, 190);
font-weight: 700;
}
box.message {
padding-top: 2px;
padding-bottom: 2px;
}
.messages > row {
min-height: 0px;
}
.system-message {
opacity: 0.6;
}
|