interfaces jouer tour

This commit is contained in:
Chiara
2020-04-23 15:36:36 +02:00
parent d368228aab
commit c1751ce394
31 changed files with 364 additions and 486 deletions

View File

@ -0,0 +1,20 @@
Pane {
-fx-background-color: #1d1d1d;
}
Label {
-fx-text-fill: white;
}
.des {
-fx-text-fill: black;
}
Button {
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: #1d1d1d;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}