I'm having trouble getting this to work. After checking the CSS analyzer in the scene builder, it seems that changing the text color in a textarea requires something like this:
.text-area .text {
-fx-fill: #1e88e5;
-fx-font-size: 32px;
}
However, despite trying this code, the color and font size of the text remain unchanged. What am I missing here?