Fixed: Totem CHoice fxml and controller labels color

This commit is contained in:
rubenpirreram
2026-05-15 15:33:11 +02:00
parent a6b9b1b931
commit 45f7144121
@@ -89,7 +89,7 @@ public class TotemFXMLController {
turnBanner.setStyle(
"-fx-font-family: 'Cinzel'; -fx-font-size: 11; -fx-letter-spacing: 2;" +
"-fx-text-fill: #000000;" +
"-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a)" +
"-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a);" +
"-fx-border-color: #000000; -fx-border-width: 1;" +
"-fx-border-radius: 3; -fx-background-radius: 3;" +
"-fx-padding: 10 28 10 28;"