15 lines
211 B
Plaintext
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;
|
|
}
|