messagebox.css 239 B

1234567891011121314
  1. QMainWindow {
  2. font: 87 10pt "Noto Sans";
  3. background-color: rgb(255, 85, 0);
  4. }
  5. QWidget {
  6. border-color: rgb(0, 0, 0);
  7. background-color: rgb(0, 43, 54);
  8. }
  9. QMessageBox {
  10. background-color: rgb(0, 43, 54);
  11. text-align: center;
  12. }