ChatView, NickView, BufferView {
font-family: "Merriweather";
font-weight: 400;
font-size: 18pt;
}
ChatLine {
font-family: "Merriweather";
font-weight: 400;
font-size: 18pt;
}
MultiLineEdit {
font-family: "Merriweather";
font-weight: 400;
font-size: 18pt;
}
ChatLine[label="highlight"] {
background: inherit;
color: #ff7f00;
font-weight: bold;
}
ChatLine[sender="self"] {
font-weight: 600;
color: #0000ff;
}
ChatLine#part {
foreground: #990000;
}
ChatLine#quit {
foreground: #990000;
}
ChatLine#kick {
foreground: #990000;
}
ChatLine#join {
foreground: #009900;
}