car_ui/styles/style.qss
2026-01-09 02:18:29 +03:00

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;
}