Added ability to load CSS files
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
server=http://kske.feste-ip.net
|
||||
port=43315
|
||||
server=localhost
|
||||
port=8080
|
||||
localDB=.\\localDB
|
||||
|
4
src/main/resources/css/base.css
Normal file
4
src/main/resources/css/base.css
Normal file
@ -0,0 +1,4 @@
|
||||
*{
|
||||
-fx-font: 14pt "Serif";
|
||||
-fx-background-color:#000000;
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
.root{
|
||||
-fx-font: 200pt "Serif";
|
||||
--background=#00FF00;
|
||||
background: var(--background);
|
||||
}
|
Reference in New Issue
Block a user