From 8c46670148945fe3c3a3b2792d1b3428e3cb65f3 Mon Sep 17 00:00:00 2001 From: Alex Rechtin Date: Mon, 7 Feb 2022 13:30:22 +0100 Subject: [PATCH] fixed the create-user.css --- client/app/src/main/resources/users/create-user.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/app/src/main/resources/users/create-user.css b/client/app/src/main/resources/users/create-user.css index 94ea607..c56e8b2 100644 --- a/client/app/src/main/resources/users/create-user.css +++ b/client/app/src/main/resources/users/create-user.css @@ -2,7 +2,8 @@ * { -fx-dark-background-color: #3E415F; -fx-bright-border-color: #B0B0B0; - -fx-brighter-text-color: #ffffff; + -fx-brighter-text-color: #ff5555; + -fx-brightest-text-color: #ffffff; } @@ -29,7 +30,7 @@ GridPane{ Label{ - -fx-text-fill: -fx-brighter-text-color; + -fx-text-fill: -fx-brightest-text-color; -fx-max-width: 150px; -fx-min-width: 150px; } @@ -42,6 +43,7 @@ Label{ .errorMessage{ -fx-max-width: 400px; -fx-min-width: 400px; + -fx-text-fill: -fx-brighter-text-color; } Button{