Fixed build process.

This commit is contained in:
2026-04-03 22:28:07 +02:00
parent 0b54793b08
commit 884e8e903e
12 changed files with 100 additions and 43 deletions

View File

@@ -7,6 +7,7 @@
/* Text: #000000, #1f1f1f */
/* Borders: #e1e1e1, #d1d1d1 */
/* === QWidget Base === */
QWidget {
background-color: #f3f3f3;
@@ -250,3 +251,8 @@ QLineEdit:disabled {
color: #a0a0a0;
border: 1px solid #e1e1e1;
}
QSlider {
background: hotpink;
}