KaiOS webapp for InfoFer scraper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
284 B

1 year ago
@media(prefers-color-scheme: dark) {
.early {
color: lightgreen;
}
.late {
color: #ff3333;
}
.station {
color: white;
}
.stationItem:nth-of-type(even) {
background-color: #0f0f0f;
}
.stationItem .arrival .original, .stationItem .departure .original {
color: #afafaf;
}
}