remove quassel

This commit is contained in:
2023-03-13 18:32:02 -04:00
parent a539bcd743
commit 440d420adb
2 changed files with 0 additions and 47 deletions

View File

@ -1,46 +0,0 @@
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;
}