VPR-Frontend/hellofx/app/build/resources/main/client/style.css
2021-11-15 15:36:13 +01:00

13 lines
255 B
CSS

GridPane{
-fx-background-color: #282C34;
}
.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;
}