credits toegevoegd

This commit is contained in:
michiel
2025-10-03 21:44:06 +02:00
parent 56a1afe1cd
commit d9a93f24fb
2 changed files with 87 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
.credit-text {
-fx-fill: #ffffff;
-fx-font-size: 24px;
-fx-font-family: "Arial";
-fx-font-weight: bold;
-fx-effect: dropshadow(gaussian, rgba(0,0,0,0.7), 4, 0, 2, 2);
}
.button.exit-button {
-fx-background-color: #3498db;
-fx-text-fill: white;
-fx-font-size: 72px;
-fx-padding: 10 20 10 20;
-fx-background-radius: 5;
}
.button.exit-button:hover {
-fx-background-color: #2980b9;
}