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.
41 lines
863 B
41 lines
863 B
1 year ago
|
@media(prefers-color-scheme: dark) {
|
||
|
.station {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.stationItem:nth-of-type(even) {
|
||
|
background-color: #0f0f0f;
|
||
|
}
|
||
|
|
||
|
.stationItem .arrival .original, .stationItem .departure .original {
|
||
|
color: #afafaf;
|
||
|
}
|
||
|
|
||
|
.remark-status, .remark-status * {
|
||
|
color: #ff3333 !important;
|
||
|
}
|
||
|
|
||
|
.remark-board, .remark-exit {
|
||
|
color: #8888ff !important;
|
||
|
}
|
||
|
|
||
|
.stationItem.not-in-journey .name, .stationItem.not-in-journey .arrival, .stationItem.not-in-journey .departure {
|
||
|
color: #aaaaaa;
|
||
|
}
|
||
|
|
||
|
.stationItem.cancelled .name {
|
||
|
text-decoration: line-through;
|
||
|
text-decoration-color: #ff3333;
|
||
|
color: #ff3333;
|
||
|
}
|
||
|
|
||
|
.stationItem .platform.changed {
|
||
|
color: #ff3333;
|
||
|
}
|
||
|
|
||
|
.remarkItem:nth-of-type(even) {
|
||
|
background-color: #202020;
|
||
|
}
|
||
|
|
||
|
}
|