add custom quassel text fix
This commit is contained in:
parent
c717712f1a
commit
d3ec941faa
46
home/default/.config/quassel-irc.org/text-fix.qss
Normal file
46
home/default/.config/quassel-irc.org/text-fix.qss
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user