jfxui/src/main/resources/fr/alnotz/style/mainStyle.css
2023-07-08 19:09:36 +02:00

8 lines
174 B
CSS

/** Main style Sheet */
#mainButton {
-fx-background-color: #101010;
-fx-text-fill: #d0d0d0;
-fx-padding: 50;
-fx-pref-width: 300;
-fx-pref-height: 200;
}