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