I want to change the departure delay to red color
I managed to change the symbol color to yellow but can’t seem to change the delay to red:
here is my custom.css:
.nstreinen .symbol {
color: #f7d417;
}
.nstreinen .departureDelay {
color: #ff0000;
}
sorry for my bad English