Hello. Is there any way to control colors through java or xml or css? I want to change the black color to another one. I tried. Java: `svg.setStyle("-fx-stroke: white; -fx-fill: white;");` css: `.button-close { -fx-stroke: white; } ` But without success