added fundamental css files, theoretically added css support

This commit is contained in:
delvh
2020-05-09 10:57:30 +02:00
parent d8e006f051
commit 067cbbdcf8
6 changed files with 114 additions and 36 deletions

View File

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

View File

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

View File