5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
/* Light theme QSS */
|
|
QWidget { background: #f5f6fa; color: #222; }
|
|
QPushButton { background: #2e86de; color: #fff; }
|
|
QTabWidget::pane { background: #fff; }
|