added gui for server
This commit is contained in:
10
ChatApp/app/src/main/resources/server/style.css
Normal file
10
ChatApp/app/src/main/resources/server/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user