added gui for server

This commit is contained in:
Clément
2025-03-04 19:11:21 +01:00
parent 5669859ac1
commit 7866984e19
7 changed files with 105 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
.root{
-fx-background-color: darkblue;
-fx-text-fill: blue;
-fx-font-weight: bold;
}
.address {
-fx-text-fill: white;
-fx-font-size: 25px;
}