algorithms-for-computing-li.../LinearRegressionTool/src/main/resources/style/console.css

10 lines
184 B
CSS

.text-area {
-fx-font-family: Consolas;
-fx-font-size: 15;
-fx-text-fill: #63f542;
-fx-display-caret:true;
}
.text-area .content {
-fx-background-color: #000000;
}