remise de la partie ihm

This commit is contained in:
Chiara
2020-04-17 11:45:30 +02:00
parent e47ea3ea73
commit bb13df4941
127 changed files with 7138 additions and 0 deletions

View File

@ -0,0 +1,16 @@
.background {
-fx-background-color: #1d1d1d;
}
.titre {
-fx-text-fill: white;
}
.bouton {
-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;
}