VPR-Frontend/hellofx/app/build/resources/main/client/style.css
2021-11-25 11:34:33 +01:00

17 lines
291 B
CSS

GridPane{
-fx-background-color: #282C34;
}
Label{
-fx-text-fill: white;
}
.main-btn{
-fx-background-color: #ffffff;
-fx-text-fill: white;
-fx-background-radius: 5em;
-fx-min-width: 40px;
-fx-min-height: 40px;
-fx-max-width: 40px;
-fx-max-height: 40px;
}