diff --git a/hellofx/app/build/resources/main/client/style.css b/hellofx/app/build/resources/main/client/style.css deleted file mode 100644 index c650c9f..0000000 --- a/hellofx/app/build/resources/main/client/style.css +++ /dev/null @@ -1,13 +0,0 @@ -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; -} \ No newline at end of file