diff --git a/src/Client/src/main/resources/stylesheets/registerWindowStyle.css b/src/Client/src/main/resources/stylesheets/registerWindowStyle.css index 5d1052d..cb71c8f 100644 --- a/src/Client/src/main/resources/stylesheets/registerWindowStyle.css +++ b/src/Client/src/main/resources/stylesheets/registerWindowStyle.css @@ -1,6 +1,5 @@ #signUpButton { - /*-fx-background-color: #005e07;*/ - -fx-background-color: red; + -fx-background-color: #005e07; -fx-text-fill: #c4eec9; }