1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
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; } .entry-frame { border-radius: 9px; background: #ebebeb; }