Files
fractal-tree-draw/style.css
wompmacho 93adc494c2 add initial files
added files from own repo, updated readme
2020-11-03 14:59:03 -05:00

19 lines
232 B
CSS

#ANCHORPANE{
-fx-background-color: #87ceeb;
}
#BRANCH_ANGLE_LABEL{
-fx-color: white;
}
.slider{
-fx-color: blue;
}
.slider .axis .axis-tick-mark{
-fx-stroke: green;
}
.slider .axis .axis-minor-tick-mark {
-fx-stroke: grey;
}