redesign. add: themes and text size

This commit is contained in:
ramollia
2025-10-06 21:08:36 +02:00
parent cfde1f8d7f
commit acc9972c80
44 changed files with 1637 additions and 757 deletions

View File

@@ -0,0 +1,11 @@
.text-header {
-fx-font-family: "Arial";
-fx-font-size: 20px;
-fx-font-weight: bold;
}
.text-normal {
-fx-font-family: "Arial";
-fx-font-size: 16px;
-fx-font-weight: normal;
}