5 lines
89 B
CSS
5 lines
89 B
CSS
.root{
|
|
-fx-font: 200pt "Serif";
|
|
--background=#00FF00;
|
|
background: var(--background);
|
|
} |