Merge branch 'development' of https://github.com/PTE-SH/ShadowHunterGame into development

This commit is contained in:
Paul Gross 2020-04-20 12:38:15 +02:00
commit a594666fa5
2 changed files with 563 additions and 497 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,31 @@
.background {
-fx-background-color: #1d1d1d;
}
.text {
-fx-text-fill: white;
}
.barreDeVie{
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
}
.carteEquipement{
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
}
.lieux{
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
}
.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;
}