7 lines
140 B
CSS
7 lines
140 B
CSS
.vbox{
|
|
-fx-background-color: linear-gradient(from 25% 25% to 100% 100%, #0c98d0, #0050ff);
|
|
}
|
|
|
|
.text{
|
|
-fx-text-fill: #000000;
|
|
} |