car_ui/styles/style.qss
2026-01-07 23:14:24 +03:00

15 lines
211 B
Plaintext

QWidget {
background-color: #0b0b0b;
}
QPushButton {
background-color: #1a1a1a;
color: white;
font-size: 28px;
border-radius: 16px;
}
QPushButton:pressed {
background-color: #1e90ff;
}