From 20eb0021ed200a13866b4aed921431b37059643e Mon Sep 17 00:00:00 2001 From: Peter <pt033@hdm-stuttgart.de> Date: Tue, 2 Jan 2024 23:01:23 +0100 Subject: [PATCH] update(css): revert to old root background color --- src/main/resources/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/styles/style.css b/src/main/resources/styles/style.css index 5ba6c2d2..db0c0b79 100644 --- a/src/main/resources/styles/style.css +++ b/src/main/resources/styles/style.css @@ -10,7 +10,7 @@ .root { -fx-font-family: "Starship Shadow"; -fx-text-fill: white; - -fx-background-color: #d1853f; + -fx-background-color: black; } #mainMenu{ -- GitLab