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,5 +0,0 @@
.root{
-fx-font: 200pt "Serif";
--background=#00FF00;
background: var(--background);
}

View File

@ -1,7 +0,0 @@
.root{
--background=#000000;
background: var(--background);
}
.button{
color: rgb(105,0,153);
}