Added ability to load CSS files
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
.root{
|
||||
-fx-font: 200pt "Serif";
|
||||
--background=#00FF00;
|
||||
background: var(--background);
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
.root{
|
||||
--background=#000000;
|
||||
background: var(--background);
|
||||
}
|
||||
.button{
|
||||
color: rgb(105,0,153);
|
||||
}
|
Reference in New Issue
Block a user