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

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

View File

View File

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

View File