12 lines
129 B
CSS
12 lines
129 B
CSS
.good .diff {
|
|
-fx-fill: green;
|
|
-fx-font-weight: bold;
|
|
}
|
|
|
|
.bad .diff {
|
|
-fx-fill: blue;
|
|
-fx-font-weight: bold;
|
|
}
|
|
|
|
|