21 lines
388 B
Plaintext
21 lines
388 B
Plaintext
QWidget {
|
|
background-color: #0b0b0b;
|
|
}
|
|
|
|
QPushButton {
|
|
background-color: #1a1a1a;
|
|
color: white;
|
|
font-size: 28px;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
background-color: #1e90ff;
|
|
}
|
|
|
|
QPushButton#SettingsRow QLabel#SettingsRowTitle,
|
|
QPushButton#SettingsRow QLabel#SettingsRowSub,
|
|
QPushButton#SettingsRow QLabel#SettingsChevron {
|
|
background: transparent;
|
|
}
|