Added ability to load CSS files

This commit is contained in:
delvh
2020-05-30 15:28:11 +02:00
committed by kske
parent 50a9026b01
commit fa42516c6f
7 changed files with 37 additions and 46 deletions

View File

@ -1,3 +1,3 @@
server=http://kske.feste-ip.net
port=43315
server=localhost
port=8080
localDB=.\\localDB

View File

@ -0,0 +1,4 @@
*{
-fx-font: 14pt "Serif";
-fx-background-color:#000000;
}

View File

@ -1,5 +0,0 @@
.root{
-fx-font: 200pt "Serif";
--background=#00FF00;
background: var(--background);
}