mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
16 lines
199 B
Plaintext
16 lines
199 B
Plaintext
#tabWidget {
|
|
background-color: #333;
|
|
}
|
|
|
|
* {
|
|
font-size: 14px;
|
|
}
|
|
|
|
SettingsDialogTab:hover {
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
QLabel, QCheckBox, QGroupBox, SettingsDialogTab {
|
|
color: white;
|
|
}
|