mirror-chatterino2/qss/settings.qss

20 lines
220 B
Plaintext
Raw Normal View History

2017-01-02 03:02:32 +01:00
#tabWidget {
background-color: #333;
}
2017-01-03 21:19:33 +01:00
* {
font-size: 14px;
}
2017-01-02 03:02:32 +01:00
SettingsDialogTab {
color: #FFF;
}
SettingsDialogTab:hover {
border: 1px solid grey;
}
2017-01-03 21:19:33 +01:00
QLabel, QCheckBox, QGroupBox {
2017-01-02 03:02:32 +01:00
color: white;
}