dotfiles/home/default/.config/quassel-irc.org/text-fix.qss

47 lines
851 B
Plaintext

ChatLine {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
MultiLineEdit {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
ChatLine#plain {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
/* Font: UI Global Font */
QWidget {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
ChatListItem {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
NickListItem {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
StyledLabel#topicLabel {
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}
/* Topic Box */
StyledLabel#topicLabel {
background: palette(base);
font-family: Noto Sans;
font-size: 15px;
font-weight: normal;
}